diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-16 11:50:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-16 11:50:22 +0000 |
commit | 5a8c63b47e19f6569f54a046cfd74925d35550a6 (patch) | |
tree | 793e4cf1dbc808df9ad1e6b4fd1a501af2b90947 /package/base-files/Makefile | |
parent | 753d713e92d593b8eab74625fccddc866667ec66 (diff) | |
download | mtk-20170518-5a8c63b47e19f6569f54a046cfd74925d35550a6.zip mtk-20170518-5a8c63b47e19f6569f54a046cfd74925d35550a6.tar.gz mtk-20170518-5a8c63b47e19f6569f54a046cfd74925d35550a6.tar.bz2 |
base-files: add macaddr_{add,2bin,setbit_la} helpers
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35614
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 26fa1b7..789b5f6 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=132 +PKG_RELEASE:=133 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |