aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-28 00:35:54 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-28 00:35:54 +0000
commit9d9ee7c9df65a1ac775617bc5e8d26f8761a7804 (patch)
treed5e4c175c77033684889e71c04d182d21d0378a4 /package/base-files
parent2d4f11f14d12b5af47929864406ff906ac495e65 (diff)
downloadmaster-187ad058-9d9ee7c9df65a1ac775617bc5e8d26f8761a7804.tar.gz
master-187ad058-9d9ee7c9df65a1ac775617bc5e8d26f8761a7804.tar.bz2
master-187ad058-9d9ee7c9df65a1ac775617bc5e8d26f8761a7804.zip
[package] base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21591 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/files/etc/hotplug.d/net/10-net2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 9eab5e544e..8eca0d5dda 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=45
+PKG_RELEASE:=46
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
diff --git a/package/base-files/files/etc/hotplug.d/net/10-net b/package/base-files/files/etc/hotplug.d/net/10-net
index 42ff29e799..0886c74c59 100644
--- a/package/base-files/files/etc/hotplug.d/net/10-net
+++ b/package/base-files/files/etc/hotplug.d/net/10-net
@@ -11,7 +11,7 @@ addif() {
# PPP devices are configured by pppd, no need to run setup_interface here
case "$INTERFACE" in
- ppp*) return 0;;
+ ppp*|3g-*) return 0;;
ath*) return 0;;
wlan*) return 0;;
esac