mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
make the iptables package robust to kernel config changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6447 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1e5e8b3ff4
commit
fa37ea7fbf
@ -163,7 +163,11 @@ define Package/ip6tables
|
||||
TITLE:=IPv6 firewall administration tool
|
||||
endef
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
|
||||
|
||||
define Build/Configure
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
clean
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user