X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7a694d4e5f8054d5c4b05fbed69fb1a38f387e29..b404f511e282df616e9f6056ee6e368df8d7b9da:/target/sdk/Makefile diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 05ae32161..6c7560006 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/host.mk +override MAKEFLAGS= + PKG_OS:=$(shell uname -s) PKG_CPU:=$(shell uname -m) @@ -30,8 +32,11 @@ $(BIN_DIR)/$(SDK_NAME).tar.bz2: clean $(SDK_BUILD_DIR)/target/linux/*/files \ $(SDK_BUILD_DIR)/target/linux/*/patches $(CP) \ + $(TOPDIR)/LICENSE \ + $(TOPDIR)/feeds.conf.default \ $(TOPDIR)/rules.mk \ $(TOPDIR)/.config \ + ./files/Config.in \ ./files/Makefile \ ./files/README.SDK \ $(SDK_BUILD_DIR)/