1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 06:36:21 +03:00

some additions to the ar7 system code, added cpmac network driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1383 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-07-09 15:05:01 +00:00
parent 099cb6d781
commit 4752c5e99c
4 changed files with 14287 additions and 361 deletions

View File

@ -52,6 +52,10 @@ ifeq ($(BOARD),brcm)
include ./broadcom.mk
endif
$(eval $(call KMOD_template,CPMAC,cpmac,\
$(MODULES_DIR)/kernel/drivers/net/avalanche_cpmac/avalanche_cpmac.o \
,CONFIG_MIPS_AVALANCHE_CPMAC))
$(eval $(call KMOD_template,USB_ACM,usb-acm,\
$(MODULES_DIR)/kernel/drivers/usb/acm.o \
,CONFIG_USB_ACM))

View File

@ -166,7 +166,7 @@ CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_OOM_KILLER is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="root=/dev/mtdblock0 console=ttyS0,38400 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd"
CONFIG_CMDLINE="root=/dev/mtdblock0 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd"
#
# Memory Technology Devices (MTD)
@ -605,6 +605,12 @@ CONFIG_NET_RANDOM=y
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MIPS_AVALANCHE_CPMAC=m
CONFIG_MIPS_CPMAC_INIT_BUF_MALLOC=y
CONFIG_MIPS_CPMAC_PORTS=1
CONFIG_AVALANCHE_CPMAC_AUTO=y
# CONFIG_AVALANCHE_LOW_CPMAC is not set
# CONFIG_AVALANCHE_HIGH_CPMAC is not set
# CONFIG_SUNLANCE is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff