1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 07:09:46 +02:00

ppp: rename 20-usb-modem to 20-atm-modem

SVN-Revision: 21303
This commit is contained in:
Jo-Philipp Wich 2010-05-02 16:47:16 +00:00
parent b46d822e9b
commit 3b5689eb5e
2 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ define Package/ppp-mod-pppoa/install
$(INSTALL_DIR) $(1)/lib/network
$(INSTALL_BIN) ./files/pppoa.sh $(1)/lib/network/
$(INSTALL_DIR) $(1)/etc/hotplug.d/atm
$(INSTALL_DATA) ./files/etc/hotplug.d/atm/20-usb-modem $(1)/etc/hotplug.d/atm/
$(INSTALL_DATA) ./files/etc/hotplug.d/atm/20-atm-modem $(1)/etc/hotplug.d/atm/
endef
define Package/ppp-mod-pppoe/install