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 | 1b26bdeb31db0e7abdb67a97f776772b0b8e63bc (patch) | |
tree | 08180c8acadffe3ba0754f9330f6922927fef1e2 /package/base-files/Makefile | |
parent | d504175233010ec8b3431ca3f18c7d3760ee4993 (diff) | |
download | upstream-1b26bdeb31db0e7abdb67a97f776772b0b8e63bc.tar.gz upstream-1b26bdeb31db0e7abdb67a97f776772b0b8e63bc.tar.bz2 upstream-1b26bdeb31db0e7abdb67a97f776772b0b8e63bc.zip |
[package] base-files: introduce "igmp_snooping" option to toggle IGMP snooping on bridge interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28412 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 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 |