diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-11 13:43:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-11 13:43:08 +0000 |
commit | 59c13202e0923f5365caac1f4d2d4baefad731f6 (patch) | |
tree | ec0b806c148d7ea0dc047419d9936b996b6555d3 /package/base-files/Makefile | |
parent | 261389b709cb26f4eac6981d0a44ce77de284f2d (diff) | |
download | upstream-59c13202e0923f5365caac1f4d2d4baefad731f6.tar.gz upstream-59c13202e0923f5365caac1f4d2d4baefad731f6.tar.bz2 upstream-59c13202e0923f5365caac1f4d2d4baefad731f6.zip |
base-files: introduce "igmp_snooping" option to toggle IGMP snooping on bridge interfaces
SVN-Revision: 28412
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 713dd7fad5..6d494e06dd 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:=81 +PKG_RELEASE:=82 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |