diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:47:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:47:07 +0000 |
commit | ca94f6cf5e02e5de92ac74f6947b16f1d6c64373 (patch) | |
tree | 6a3516c2919cd821a3dad2427f0b924f66fdd3ce /openwrt/target/linux/linux-2.4 | |
parent | 51667bc17b5c9cfe7bdc78b0c8b526ad293a82c3 (diff) |
rename soekris port to x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4')
-rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 4 | ||||
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/x86 (renamed from openwrt/target/linux/linux-2.4/config/soekris) | 0 | ||||
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/x86.modules (renamed from openwrt/target/linux/linux-2.4/config/soekris.modules) | 0 | ||||
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/x86/001-mgeode-cpu.patch (renamed from openwrt/target/linux/linux-2.4/patches/soekris/001-mgeode-cpu.patch) | 0 | ||||
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/x86/002-wd1100.patch (renamed from openwrt/target/linux/linux-2.4/patches/soekris/002-wd1100.patch) | 0 | ||||
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/x86/003-mgeode-pci.patch (renamed from openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch) | 0 | ||||
-rw-r--r-- | openwrt/target/linux/linux-2.4/x86.mk (renamed from openwrt/target/linux/linux-2.4/soekris.mk) | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index bd1dd6c5d..2b8a186fc 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -42,8 +42,8 @@ ifeq ($(BOARD),brcm) include ./broadcom.mk endif -ifeq ($(BOARD),soekris) -include ./soekris.mk +ifeq ($(BOARD),x86) +include ./x86.mk endif ifeq ($(BOARD),ar7) diff --git a/openwrt/target/linux/linux-2.4/config/soekris b/openwrt/target/linux/linux-2.4/config/x86 index 92892b180..92892b180 100644 --- a/openwrt/target/linux/linux-2.4/config/soekris +++ b/openwrt/target/linux/linux-2.4/config/x86 diff --git a/openwrt/target/linux/linux-2.4/config/soekris.modules b/openwrt/target/linux/linux-2.4/config/x86.modules index 7fd95a5d3..7fd95a5d3 100644 --- a/openwrt/target/linux/linux-2.4/config/soekris.modules +++ b/openwrt/target/linux/linux-2.4/config/x86.modules diff --git a/openwrt/target/linux/linux-2.4/patches/soekris/001-mgeode-cpu.patch b/openwrt/target/linux/linux-2.4/patches/x86/001-mgeode-cpu.patch index 662d4f263..662d4f263 100644 --- a/openwrt/target/linux/linux-2.4/patches/soekris/001-mgeode-cpu.patch +++ b/openwrt/target/linux/linux-2.4/patches/x86/001-mgeode-cpu.patch diff --git a/openwrt/target/linux/linux-2.4/patches/soekris/002-wd1100.patch b/openwrt/target/linux/linux-2.4/patches/x86/002-wd1100.patch index 8cb2dbd04..8cb2dbd04 100644 --- a/openwrt/target/linux/linux-2.4/patches/soekris/002-wd1100.patch +++ b/openwrt/target/linux/linux-2.4/patches/x86/002-wd1100.patch diff --git a/openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch b/openwrt/target/linux/linux-2.4/patches/x86/003-mgeode-pci.patch index eb6594ec8..eb6594ec8 100644 --- a/openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch +++ b/openwrt/target/linux/linux-2.4/patches/x86/003-mgeode-pci.patch diff --git a/openwrt/target/linux/linux-2.4/soekris.mk b/openwrt/target/linux/linux-2.4/x86.mk index 8b308a0a5..8b308a0a5 100644 --- a/openwrt/target/linux/linux-2.4/soekris.mk +++ b/openwrt/target/linux/linux-2.4/x86.mk |