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 | 3388d3d23572c7fdadfe280843d0738b7398bdb5 (patch) | |
tree | 89103cf3c6c9be353e134890ce07ca11b63db5f3 /package/base-files/Makefile | |
parent | daff7e3f1a508932c4842f0801a16a393a3efb3f (diff) | |
download | upstream-3388d3d23572c7fdadfe280843d0738b7398bdb5.tar.gz upstream-3388d3d23572c7fdadfe280843d0738b7398bdb5.tar.bz2 upstream-3388d3d23572c7fdadfe280843d0738b7398bdb5.zip |
[package]
- fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 for spotting this
- fix possible regression with different interface protocols
- bump PKG_RELEASE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15042 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ |