mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
Require* calls must now be placed before BuildPackage calls
SVN-Revision: 15620
This commit is contained in:
parent
90826d83c9
commit
ca29771c2a
@ -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