[package] base-files: 3g connection interfaces are now called "3g-*" - adjust 10...
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 28 May 2010 00:35:54 +0000 (00:35 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 28 May 2010 00:35:54 +0000 (00:35 +0000)
SVN-Revision: 21591

package/base-files/Makefile
package/base-files/files/etc/hotplug.d/net/10-net

index 9eab5e544e8e5604163fa76aa8b8cf3318c67c0e..8eca0d5ddad9d1e0dc2ba98484a03e9897218f23 100644 (file)
@@ -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/
 
index 42ff29e799684fd6aef4063b9adacb2594d4fd95..0886c74c59661d7670c509cc7e4662666b2ae9d0 100644 (file)
@@ -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