1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

utils/fbtest: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2016-10-06 09:19:15 +03:00 committed by John Crispin
parent 832cd7ceb5
commit 9270ef06c6

@ -21,11 +21,6 @@ define Package/fbtest
DEPENDS:=@DISPLAY_SUPPORT
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Build/Configure
endef