diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-18 11:10:46 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-18 11:10:46 +0000 |
commit | 3cb3da9556e896b73ab4c959435e4c76610e8c96 (patch) | |
tree | 2ba1bad4d21d53360eb27dcc06ea65fb23a0ab0b /package/network/utils/linux-atm | |
parent | feeea1cd2811caa68e289de312f6ba0821223e19 (diff) | |
download | upstream-3cb3da9556e896b73ab4c959435e4c76610e8c96.tar.gz upstream-3cb3da9556e896b73ab4c959435e4c76610e8c96.tar.bz2 upstream-3cb3da9556e896b73ab4c959435e4c76610e8c96.zip |
linux-atm: add PKG_FIXUP
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46037
Diffstat (limited to 'package/network/utils/linux-atm')
-rw-r--r-- | package/network/utils/linux-atm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/linux-atm/Makefile b/package/network/utils/linux-atm/Makefile index 8e5bf9f46b..d9402c3c16 100644 --- a/package/network/utils/linux-atm/Makefile +++ b/package/network/utils/linux-atm/Makefile @@ -20,6 +20,7 @@ PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_CHECK_FORMAT_SECURITY:=0 PKG_LICENSE:=GPL-2.0+ +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk |