diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 12:38:39 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 12:38:39 +0000 |
| commit | 61c868f34fa3efd1794579b986d130fe4ce4c972 (patch) | |
| tree | 10e93b56218560eac6c9bfe027df98fdd5dcde2a /openwrt/target/linux/rules.mk | |
| parent | 445b861749781b117ebf7e0f479bcdf88bd9cb98 (diff) | |
| download | mtk-20170518-61c868f34fa3efd1794579b986d130fe4ce4c972.zip mtk-20170518-61c868f34fa3efd1794579b986d130fe4ce4c972.tar.gz mtk-20170518-61c868f34fa3efd1794579b986d130fe4ce4c972.tar.bz2 | |
disable target/linux/package
SVN-Revision: 3856
Diffstat (limited to 'openwrt/target/linux/rules.mk')
| -rw-r--r-- | openwrt/target/linux/rules.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/openwrt/target/linux/rules.mk b/openwrt/target/linux/rules.mk index da32ed8..092b81b 100644 --- a/openwrt/target/linux/rules.mk +++ b/openwrt/target/linux/rules.mk @@ -23,15 +23,6 @@ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \ -e 's/armeb/arm/' \ ) -KPKG_MAKEOPTS:= IPKG="$(IPKG_KERNEL)" \ - BOARD="$(BOARD)" \ - KERNEL="$(KERNEL)" \ - TARGET_DIR="$(LINUX_TARGET_DIR)" \ - LINUX_BUILD_DIR="$(LINUX_BUILD_DIR)" \ - LINUX_DIR="$(LINUX_DIR)" \ - LINUX_VERSION="$(LINUX_VERSION)" \ - LINUX_RELEASE="$(LINUX_RELEASE)" - KMOD_BUILD_DIR := $(LINUX_BUILD_DIR)/linux-modules MODULES_DIR := $(LINUX_BUILD_DIR)/modules/$(MODULES_SUBDIR) TARGET_MODULES_DIR := $(LINUX_TARGET_DIR)/$(MODULES_SUBDIR) |
