diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-31 15:02:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-31 15:02:35 +0000 |
commit | 495ca478f937ceecd6935e5a1e58fcb75648fbd8 (patch) | |
tree | a65a58b48e689dfda16c54a6ce5fc5f84d2fd7f8 /package/base-files/Makefile | |
parent | 3a99e733d34364e718f4b5f0245823db86a41b46 (diff) | |
download | upstream-495ca478f937ceecd6935e5a1e58fcb75648fbd8.tar.gz upstream-495ca478f937ceecd6935e5a1e58fcb75648fbd8.tar.bz2 upstream-495ca478f937ceecd6935e5a1e58fcb75648fbd8.zip |
package/base-files: add support for the switch LED trigger
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29629 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 12ae50ba17..241986cb19 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:=99 +PKG_RELEASE:=100 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |