Browse Source

network/ipv6/6rd: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean 9 years ago
parent
commit
8cf08b6783
1 changed files with 0 additions and 5 deletions
  1. 0 5
      package/network/ipv6/6rd/Makefile

+ 0 - 5
package/network/ipv6/6rd/Makefile

@@ -29,11 +29,6 @@ Refer to http://wiki.openwrt.org/doc/uci/network for
 configuration details.
 endef
 
-define Build/Prepare
-	mkdir -p $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef