mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Require* calls must now be placed before BuildPackage calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15620 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8f33d392f4
commit
b3c236efcc
@ -74,10 +74,12 @@ define Package/genl/install
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/genl/genl $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call RequireCommand,bison, \
|
||||
$(PKG_NAME) requires GNU bison. \
|
||||
))
|
||||
|
||||
$(eval $(call BuildPackage,ip))
|
||||
$(eval $(call BuildPackage,tc))
|
||||
$(eval $(call BuildPackage,genl))
|
||||
|
||||
$(eval $(call RequireCommand,bison, \
|
||||
$(PKG_NAME) requires GNU bison. \
|
||||
))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user