diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-19 18:55:55 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-19 18:55:55 +0000 |
commit | 15ff368d5f04d3cdd565e823b89889078a53b529 (patch) | |
tree | e436efe51464d949f1963fc0504151688403a8ef /package/boot/uboot-lantiq/Makefile | |
parent | 740ed0ede4a75894dfef5cca6047ccd7e0d12ac3 (diff) | |
download | upstream-15ff368d5f04d3cdd565e823b89889078a53b529.tar.gz upstream-15ff368d5f04d3cdd565e823b89889078a53b529.tar.bz2 upstream-15ff368d5f04d3cdd565e823b89889078a53b529.zip |
uboot-lantiq: remove duplicate define
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40779
Diffstat (limited to 'package/boot/uboot-lantiq/Makefile')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index a7d59168c1..b40dbb62f5 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -19,8 +19,6 @@ PKG_SOURCE_URL:= \ PKG_MD5SUM:=a076a044b64371edc52f7e562b13f6b2 PKG_TARGETS:=bin -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) - PKG_BUILD_PARALLEL:=1 FIRMWARE_LANTIQ_SOURCE:=$(TOPDIR)/target/linux/lantiq/files/firmware/lantiq |