diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-02 16:47:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-02 16:47:16 +0000 |
commit | 3b5689eb5ea065b17dbf16ecaec078a1261060e1 (patch) | |
tree | 836460630f5c4504079a49845378ba5c2d2f290f /package/ppp/Makefile | |
parent | b46d822e9bbb9e8c0c3e134d2eee09dfcf8b2cef (diff) | |
download | upstream-3b5689eb5ea065b17dbf16ecaec078a1261060e1.tar.gz upstream-3b5689eb5ea065b17dbf16ecaec078a1261060e1.tar.bz2 upstream-3b5689eb5ea065b17dbf16ecaec078a1261060e1.zip |
ppp: rename 20-usb-modem to 20-atm-modem
SVN-Revision: 21303
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 222c85deae..66f72de21d 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -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 |