diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-28 00:35:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-28 00:35:54 +0000 |
commit | 8bc961239b089da87a74241cebb60dd1d2ed1a3d (patch) | |
tree | 1db8957466cfcc07828ec3c59db53de1a426b9b2 /package/base-files/Makefile | |
parent | 090680f083380a3ff7aa32991399db27d0393b81 (diff) | |
download | mtk-20170518-8bc961239b089da87a74241cebb60dd1d2ed1a3d.zip mtk-20170518-8bc961239b089da87a74241cebb60dd1d2ed1a3d.tar.gz mtk-20170518-8bc961239b089da87a74241cebb60dd1d2ed1a3d.tar.bz2 |
base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net hotplug handler to match them
SVN-Revision: 21591
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 9eab5e5..8eca0d5 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/ |