mirror of https://github.com/hak5/openwrt-owl.git
parent
c762548eee
commit
30ef579f48
|
@ -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…
Reference in New Issue