mirror of https://github.com/hak5/openwrt-owl.git
utils/fbtest: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>owl
parent
832cd7ceb5
commit
9270ef06c6
|
@ -21,11 +21,6 @@ define Package/fbtest
|
||||||
DEPENDS:=@DISPLAY_SUPPORT
|
DEPENDS:=@DISPLAY_SUPPORT
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
|
||||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue