summaryrefslogtreecommitdiffstats
path: root/target/linux/rules.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-15 10:43:09 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-15 10:43:09 +0000
commitaba665700f991d8a256729415eb28c1d32f80798 (patch)
treef57daf2b8e9360440511fbc2c7128196754483f4 /target/linux/rules.mk
parent40efb2d38a3dbf87dbd1e5fd5e8bb4b8a91297c7 (diff)
add fixes from whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1683 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rules.mk')
-rw-r--r--target/linux/rules.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/rules.mk b/target/linux/rules.mk
index 39afadb34..606efb6d9 100644
--- a/target/linux/rules.mk
+++ b/target/linux/rules.mk
@@ -1,3 +1,10 @@
+LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
+ -e 's/mipsel/mips/' \
+ -e 's/powerpc/ppc/' \
+ -e 's/sh[234]/sh/' \
+)
+
+
define KMOD_template
ifeq ($$(strip $(4)),)
KDEPEND_$(1):=m
@@ -39,3 +46,5 @@ endif
$(IPKG_BUILD) $$(I_$(1)) $(PACKAGE_DIR)
endef
+
+