diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2016-10-06 09:37:24 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-15 11:36:53 +0200 |
commit | 28502a928c63cd94928877132c547df087eb2b75 (patch) | |
tree | 59e874af5162c469668fc265cd102c48204ae1f3 /package/kernel/lantiq/ltq-deu | |
parent | f56f749d304442103f4c81f9463f9a5cd33f73d3 (diff) | |
download | upstream-28502a928c63cd94928877132c547df087eb2b75.tar.gz upstream-28502a928c63cd94928877132c547df087eb2b75.tar.bz2 upstream-28502a928c63cd94928877132c547df087eb2b75.zip |
kernel/lantiq/ltq-*: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/kernel/lantiq/ltq-deu')
-rw-r--r-- | package/kernel/lantiq/ltq-deu/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-deu/Makefile b/package/kernel/lantiq/ltq-deu/Makefile index 728d1e47fc..1abb409231 100644 --- a/package/kernel/lantiq/ltq-deu/Makefile +++ b/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 |