X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e8a4e0d67c875d45d4afd9b22a884d1ebd32d410..bc5689e8e70c3f6b94562430eba3601007488f58:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 8609b6d7c..e63777187 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -305,9 +305,9 @@ MAKE_FLAGS := \ KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \ KBUILD_OUTPUT="$(LINUX_DIR)" \ -define Build/Prepare -$(call Build/Prepare/Default) +define Build/Configure (cd $(PKG_BUILD_DIR); ./autogen.sh) +$(call Build/Configure/Default) endef define Build/InstallDev