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-atm | |
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-atm')
-rw-r--r-- | package/kernel/lantiq/ltq-atm/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile index 12e758d8cf..30d5413f66 100644 --- a/package/kernel/lantiq/ltq-atm/Makefile +++ b/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 |