Browse Source

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

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean 9 năm trước cách đây
mục cha
commit
5b607bd8d8
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      package/boot/rbcfg/Makefile

+ 0 - 5
package/boot/rbcfg/Makefile

@@ -26,11 +26,6 @@ define Package/rbcfg/description
  MikroTIK RB-4XX devices.
 endef
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef