浏览代码

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

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean 9 年之前
父节点
当前提交
4786484afd
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      package/utils/nvram/Makefile

+ 0 - 5
package/utils/nvram/Makefile

@@ -29,11 +29,6 @@ define Package/nvram/description
  It works on bcm47xx (Linux 2.6) without using the kernel api.
 endef
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef