Skip to content
Snippets Groups Projects
Commit 5b607bd8 authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by John Crispin
Browse files

boot/rbcfg: drop Build/Prepare rule in favor of default one

parent ba7cba95
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,6 @@ define Package/rbcfg/description ...@@ -26,11 +26,6 @@ define Package/rbcfg/description
MikroTIK RB-4XX devices. MikroTIK RB-4XX devices.
endef endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Build/Configure define Build/Configure
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment