From 3b5689eb5ea065b17dbf16ecaec078a1261060e1 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sun, 2 May 2010 16:47:16 +0000
Subject: [PATCH] ppp: rename 20-usb-modem to 20-atm-modem

SVN-Revision: 21303
---
 package/ppp/Makefile                                            | 2 +-
 .../ppp/files/etc/hotplug.d/atm/{20-usb-modem => 20-atm-modem}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename package/ppp/files/etc/hotplug.d/atm/{20-usb-modem => 20-atm-modem} (100%)

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
diff --git a/package/ppp/files/etc/hotplug.d/atm/20-usb-modem b/package/ppp/files/etc/hotplug.d/atm/20-atm-modem
similarity index 100%
rename from package/ppp/files/etc/hotplug.d/atm/20-usb-modem
rename to package/ppp/files/etc/hotplug.d/atm/20-atm-modem
-- 
GitLab