diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-17 17:10:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-17 17:10:14 +0000 |
commit | 688facd0f8f1b9e20480a85b620d74961d8ea2bc (patch) | |
tree | ea6f6fdea31a9078f8d887b9b8f1d578901b54af /package/base-files/Makefile | |
parent | 21a4f56bc642031d2dd5b84bdb21b378fc0964ba (diff) | |
download | upstream-688facd0f8f1b9e20480a85b620d74961d8ea2bc.tar.gz upstream-688facd0f8f1b9e20480a85b620d74961d8ea2bc.tar.bz2 upstream-688facd0f8f1b9e20480a85b620d74961d8ea2bc.zip |
base-files: add support for the usbdev LED trigger
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24647 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 cdf08e97c0..d14be14529 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:=62 +PKG_RELEASE:=63 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |