diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-25 19:13:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-25 19:13:15 +0000 |
commit | 9a72419724bce9b5b464680101d13a877380ee81 (patch) | |
tree | 594c903919e173a6d9ea2855a42e96bfb3af1280 /package/base-files/Makefile | |
parent | 95d95a757bd197069a17855e935781300c91a756 (diff) | |
download | upstream-9a72419724bce9b5b464680101d13a877380ee81.tar.gz upstream-9a72419724bce9b5b464680101d13a877380ee81.tar.bz2 upstream-9a72419724bce9b5b464680101d13a877380ee81.zip |
- fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE
SVN-Revision: 15042
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 57d53ecc1f..b148bdf33f 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:=16 +PKG_RELEASE:=17 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |