diff options
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 90e4590efe..222c85deae 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -149,6 +149,8 @@ define Package/ppp-mod-pppoa/install $(1)/usr/lib/pppd/$(PKG_VERSION)/ $(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/ endef define Package/ppp-mod-pppoe/install |