Browse Source

kernel/lantiq/ltq-*: 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
28502a928c

+ 0 - 5
package/kernel/lantiq/ltq-adsl-mei/Makefile

@@ -31,11 +31,6 @@ KernelPackage/ltq-adsl-danube-mei=$(call KernelPackage/ltq-adsl-mei-template,dan
 KernelPackage/ltq-adsl-ar9-mei=$(call KernelPackage/ltq-adsl-mei-template,ar9,TARGET_lantiq_xway)
 KernelPackage/ltq-adsl-ase-mei=$(call KernelPackage/ltq-adsl-mei-template,ase,TARGET_lantiq_ase)
 
-define Build/Prepare
-	$(INSTALL_DIR) $(PKG_BUILD_DIR)/
-	$(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
 define Build/Configure
 endef
 

+ 0 - 5
package/kernel/lantiq/ltq-atm/Makefile

@@ -35,11 +35,6 @@ define KernelPackage/ltq-atm-vr9
   AUTOLOAD:=
 endef
 
-define Build/Prepare
-	$(INSTALL_DIR) $(PKG_BUILD_DIR) 
-	$(CP) ./src/* $(PKG_BUILD_DIR)
-endef
-
 define Build/Configure
 endef
 

+ 0 - 5
package/kernel/lantiq/ltq-deu/Makefile

@@ -30,11 +30,6 @@ KernelPackage/ltq-deu-danube=$(call KernelPackage/ltq-deu-template,danube,xway)
 KernelPackage/ltq-deu-ar9=$(call KernelPackage/ltq-deu-template,ar9,xway)
 KernelPackage/ltq-deu-vr9=$(call KernelPackage/ltq-deu-template,vr9,xrx200)
 
-define Build/Prepare
-	$(INSTALL_DIR) $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)
-endef
-
 define Build/Configure
 endef
 

+ 0 - 5
package/kernel/lantiq/ltq-hcd/Makefile

@@ -32,11 +32,6 @@ KernelPackage/ltq-hcd-ase=$(call KernelPackage/ltq-hcd-template,ase,TARGET_lanti
 KernelPackage/ltq-hcd-danube=$(call KernelPackage/ltq-hcd-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy))
 KernelPackage/ltq-hcd-ar9=$(call KernelPackage/ltq-hcd-template,ar9,TARGET_lantiq_xway)
 
-define Build/Prepare
-	$(INSTALL_DIR) $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)
-endef
-
 define Build/Configure
 endef
 

+ 0 - 5
package/kernel/lantiq/ltq-ptm/Makefile

@@ -31,11 +31,6 @@ KernelPackage/ltq-ptm-ar9=$(call KernelPackage/ltq-ptm-template,ar9,xway)
 KernelPackage/ltq-ptm-ase=$(call KernelPackage/ltq-ptm-template,ase,ase)
 KernelPackage/ltq-ptm-vr9=$(call KernelPackage/ltq-ptm-template,vr9,xrx200)
 
-define Build/Prepare
-	$(INSTALL_DIR) $(PKG_BUILD_DIR)
-	$(CP) ./src/* $(PKG_BUILD_DIR)
-endef
-
 define Build/Configure
 endef