diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-23 18:47:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-23 18:47:07 +0000 |
commit | 4e6c8d29289498615d76b98416dffbed17dc1c46 (patch) | |
tree | c45f473b69eb028554f983c82bf247220fd9dcef /target/linux/Makefile | |
parent | 69586bf8d1c231d1ef57e0dfa3f43a1d6481bc90 (diff) | |
download | upstream-4e6c8d29289498615d76b98416dffbed17dc1c46.tar.gz upstream-4e6c8d29289498615d76b98416dffbed17dc1c46.tar.bz2 upstream-4e6c8d29289498615d76b98416dffbed17dc1c46.zip |
rename soekris port to x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index fe3c6ca9f8..01044d2b2d 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -85,5 +85,5 @@ clean: $(eval $(call kernel_template,2.4,brcm,2_4_BRCM)) $(eval $(call kernel_template,2.4,ar7,2_4_AR7)) -$(eval $(call kernel_template,2.4,soekris,2_4_SOEKRIS)) +$(eval $(call kernel_template,2.4,x86,2_4_X86)) $(eval $(call kernel_template,2.6,brcm,2_6_BRCM)) |