summaryrefslogtreecommitdiffstats
path: root/package/linux-atm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r--package/linux-atm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 9d9aa6576..5b75e1955 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -31,6 +31,12 @@ define Package/br2684ctl
DESCRIPTION:=ATM RFC2684 bridging utility
endef
+define Build/Configure
+ $(call Build/Configure/Default,)
+ # prevent autoheader invocation
+ touch $(PKG_BUILD_DIR)/stamp-h.in
+endef
+
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)