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 | c3f88699cd5988a9323f22b079826b87a167aa17 (patch) | |
tree | a7981ef8b8d341de18e1227952727a4523b254f4 /package/boot/uboot-lantiq | |
parent | bfe38bdeff7db1f019b274e9a479728a8322bb73 (diff) | |
download | master-187ad058-c3f88699cd5988a9323f22b079826b87a167aa17.tar.gz master-187ad058-c3f88699cd5988a9323f22b079826b87a167aa17.tar.bz2 master-187ad058-c3f88699cd5988a9323f22b079826b87a167aa17.zip |
[package] uboot-lantiq: remove duplicate define
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40779 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-lantiq')
-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 |