rename soekris port to x86

SVN-Revision: 2285
This commit is contained in:
Nicolas Thill 2005-10-23 18:47:07 +00:00
parent c3e51ef17d
commit d531438a01
16 changed files with 13 additions and 13 deletions

View file

@ -20,13 +20,13 @@ config BR2_LINUX_2_4_AR7
help help
Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2) Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
config BR2_LINUX_2_4_SOEKRIS config BR2_LINUX_2_4_X86
bool "Support for Soekris boards [2.4]" bool "Support for x86 boards [2.4]"
default n default n
depends BR2_i386 depends BR2_i386
help help
Build firmware images for Soekris based boards Build firmware images for x86 based boards
(e.g. net4521, net4801) (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
config BR2_LINUX_2_6_BRCM config BR2_LINUX_2_6_BRCM
bool "Support for Broadcom based routers [2.6]" bool "Support for Broadcom based routers [2.6]"
@ -390,7 +390,7 @@ config BR2_PACKAGE_KMOD_PWC
config BR2_PACKAGE_KMOD_NATSEMI config BR2_PACKAGE_KMOD_NATSEMI
tristate "Soekris net4801 ethernet driver" tristate "Soekris net4801 ethernet driver"
default y default y
depends BR2_LINUX_2_4_SOEKRIS depends BR2_LINUX_2_4_X86
help help
Driver for the National Semiconductor DP8381x series PCI Ethernet Driver for the National Semiconductor DP8381x series PCI Ethernet
found on Soekris net4801 boards found on Soekris net4801 boards
@ -398,7 +398,7 @@ config BR2_PACKAGE_KMOD_NATSEMI
config BR2_PACKAGE_KMOD_WD1100 config BR2_PACKAGE_KMOD_WD1100
tristate "Soekris net4801 watchdog" tristate "Soekris net4801 watchdog"
default y default y
depends BR2_LINUX_2_4_SOEKRIS depends BR2_LINUX_2_4_X86
help help
Driver for the NatSemi SC1x00 series Watchdog Driver for the NatSemi SC1x00 series Watchdog
found on Soekris net4801 boards found on Soekris net4801 boards

View file

@ -85,5 +85,5 @@ clean:
$(eval $(call kernel_template,2.4,brcm,2_4_BRCM)) $(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,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)) $(eval $(call kernel_template,2.6,brcm,2_6_BRCM))

View file

@ -1,7 +1,7 @@
$(KDIR)/root.tar.gz: $(KDIR)/root.tar.gz:
tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ . tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ .
ifeq ($(BOARD),soekris) ifeq ($(BOARD),x86)
install: tgz-install install: tgz-install
tgz-install: $(KDIR)/root.tar.gz tgz-install: $(KDIR)/root.tar.gz

View file

@ -1,5 +1,5 @@
base-files base-files
base-files-soekris-2.4 base-files-x86-2.4
bridge bridge
busybox busybox
dnsmasq dnsmasq

View file

@ -1,5 +1,5 @@
base-files base-files
base-files-soekris-2.4 base-files-x86-2.4
bridge bridge
busybox busybox
dnsmasq dnsmasq

View file

@ -1,5 +1,5 @@
base-files base-files
base-files-soekris-2.4 base-files-x86-2.4
bridge bridge
busybox busybox
dnsmasq dnsmasq

View file

@ -42,8 +42,8 @@ ifeq ($(BOARD),brcm)
include ./broadcom.mk include ./broadcom.mk
endif endif
ifeq ($(BOARD),soekris) ifeq ($(BOARD),x86)
include ./soekris.mk include ./x86.mk
endif endif
ifeq ($(BOARD),ar7) ifeq ($(BOARD),ar7)