rename soekris port to x86
SVN-Revision: 2285
This commit is contained in:
parent
c3e51ef17d
commit
d531438a01
16 changed files with 13 additions and 13 deletions
|
@ -20,13 +20,13 @@ config BR2_LINUX_2_4_AR7
|
|||
help
|
||||
Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
|
||||
|
||||
config BR2_LINUX_2_4_SOEKRIS
|
||||
bool "Support for Soekris boards [2.4]"
|
||||
config BR2_LINUX_2_4_X86
|
||||
bool "Support for x86 boards [2.4]"
|
||||
default n
|
||||
depends BR2_i386
|
||||
help
|
||||
Build firmware images for Soekris based boards
|
||||
(e.g. net4521, net4801)
|
||||
Build firmware images for x86 based boards
|
||||
(e.g. Soekris net4521 and net4801, PC Engines WRAP...)
|
||||
|
||||
config BR2_LINUX_2_6_BRCM
|
||||
bool "Support for Broadcom based routers [2.6]"
|
||||
|
@ -390,7 +390,7 @@ config BR2_PACKAGE_KMOD_PWC
|
|||
config BR2_PACKAGE_KMOD_NATSEMI
|
||||
tristate "Soekris net4801 ethernet driver"
|
||||
default y
|
||||
depends BR2_LINUX_2_4_SOEKRIS
|
||||
depends BR2_LINUX_2_4_X86
|
||||
help
|
||||
Driver for the National Semiconductor DP8381x series PCI Ethernet
|
||||
found on Soekris net4801 boards
|
||||
|
@ -398,7 +398,7 @@ config BR2_PACKAGE_KMOD_NATSEMI
|
|||
config BR2_PACKAGE_KMOD_WD1100
|
||||
tristate "Soekris net4801 watchdog"
|
||||
default y
|
||||
depends BR2_LINUX_2_4_SOEKRIS
|
||||
depends BR2_LINUX_2_4_X86
|
||||
help
|
||||
Driver for the NatSemi SC1x00 series Watchdog
|
||||
found on Soekris net4801 boards
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$(KDIR)/root.tar.gz:
|
||||
tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ .
|
||||
|
||||
ifeq ($(BOARD),soekris)
|
||||
ifeq ($(BOARD),x86)
|
||||
install: tgz-install
|
||||
|
||||
tgz-install: $(KDIR)/root.tar.gz
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
base-files
|
||||
base-files-soekris-2.4
|
||||
base-files-x86-2.4
|
||||
bridge
|
||||
busybox
|
||||
dnsmasq
|
|
@ -1,5 +1,5 @@
|
|||
base-files
|
||||
base-files-soekris-2.4
|
||||
base-files-x86-2.4
|
||||
bridge
|
||||
busybox
|
||||
dnsmasq
|
|
@ -1,5 +1,5 @@
|
|||
base-files
|
||||
base-files-soekris-2.4
|
||||
base-files-x86-2.4
|
||||
bridge
|
||||
busybox
|
||||
dnsmasq
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue