diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-19 07:43:13 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-19 07:43:13 +0000 |
| commit | 61c7cab5b8e86b5b7f3c8ffa9d32f0c57f032736 (patch) | |
| tree | b04a2522874a4f57f7983bc6af5bd8a9b6ff3944 /openwrt | |
| parent | 3f28be9df4364ed608549549c862e3a0ad6348b5 (diff) | |
| download | mtk-20170518-61c7cab5b8e86b5b7f3c8ffa9d32f0c57f032736.zip mtk-20170518-61c7cab5b8e86b5b7f3c8ffa9d32f0c57f032736.tar.gz mtk-20170518-61c7cab5b8e86b5b7f3c8ffa9d32f0c57f032736.tar.bz2 | |
sync with buildroot2 from uclibc, add two variables PACKAGE_DIR and PATCH, remove LINKSYS_TGZ_SITE from here
SVN-Revision: 265
Diffstat (limited to 'openwrt')
| -rw-r--r-- | openwrt/package/Config.in | 8 | ||||
| -rw-r--r-- | openwrt/package/Makefile.in | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index f7eff06..f22f83e 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -2,15 +2,17 @@ menu "OpenWrt Package Selection" -comment "The default set" +comment "The absolute minimum" +source "package/linux/Config.in" source "package/busybox/Config.in" + +comment "The default set" source "package/dnsmasq/Config.in" -source "package/linux/Config.in" source "package/iptables/Config.in" source "package/bridge/Config.in" comment "Suggested Extras" -source "package/dropbear_sshd/Config.in" source "package/ebtables/Config.in" +source "package/dropbear_sshd/Config.in" endmenu diff --git a/openwrt/package/Makefile.in b/openwrt/package/Makefile.in index e8ec23e..0d600d0 100644 --- a/openwrt/package/Makefile.in +++ b/openwrt/package/Makefile.in @@ -1,5 +1,3 @@ -LINKSYS_TGZ_SITE=http://openwrt.openbsd-geek.de - MAKE1=make MAKE=make -j$(BR2_JLEVEL) @@ -17,8 +15,8 @@ TARGET_CFLAGS=$(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) HOSTCC:=gcc BASE_DIR:=${shell pwd} DL_DIR:=$(BASE_DIR)/dl -#PATCH_DIR=$(BASE_DIR)/sources/patches BUILD_DIR:=$(BASE_DIR)/build_$(ARCH)$(ARCH_FPU_SUFFIX) +PACKAGE_DIR:=$(BASE_DIR)/package TARGET_DIR:=$(BUILD_DIR)/root TOOL_BUILD_DIR=$(BASE_DIR)/toolchain_build_$(ARCH)$(ARCH_FPU_SUFFIX) # Strip off the annoying quoting @@ -32,6 +30,7 @@ KERNEL_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc- TARGET_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc- TARGET_CC=$(TARGET_CROSS)gcc STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note +PATCH=toolchain/patch-kernel.sh HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \ |
