mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ifxmips] some cleanups:
- fix CPUID detection - update MTD map for checks and sysupgrade - enable subtargets (Generic&NFS) for simpler development - generic cleanups (e.g. from linux checkpatch.pl) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13295 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
7
target/linux/ifxmips/nfs/base-files/etc/config/network
Normal file
7
target/linux/ifxmips/nfs/base-files/etc/config/network
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
config interface loopback
|
||||
option ifname lo
|
||||
option proto static
|
||||
option ipaddr 127.0.0.1
|
||||
option netmask 255.0.0.0
|
||||
3
target/linux/ifxmips/nfs/base-files/etc/preinit.arch
Executable file
3
target/linux/ifxmips/nfs/base-files/etc/preinit.arch
Executable file
@@ -0,0 +1,3 @@
|
||||
|
||||
echo "- init nfs -"
|
||||
exec /sbin/init
|
||||
16
target/linux/ifxmips/nfs/config-2.6.26
Normal file
16
target/linux/ifxmips/nfs/config-2.6.26
Normal file
@@ -0,0 +1,16 @@
|
||||
CONFIG_CRYPTO_ALGAPI=y
|
||||
CONFIG_CRYPTO_BLKCIPHER=y
|
||||
CONFIG_CRYPTO_CBC=y
|
||||
CONFIG_CRYPTO_DES=y
|
||||
CONFIG_CRYPTO_MANAGER=y
|
||||
CONFIG_CRYPTO_MD5=y
|
||||
CONFIG_IP_PNP=y
|
||||
# CONFIG_IP_PNP_BOOTP is not set
|
||||
# CONFIG_IP_PNP_DHCP is not set
|
||||
# CONFIG_IP_PNP_RARP is not set
|
||||
CONFIG_LOCKD=y
|
||||
CONFIG_NFS_FS=y
|
||||
CONFIG_ROOT_NFS=y
|
||||
CONFIG_RPCSEC_GSS_KRB5=y
|
||||
CONFIG_SUNRPC=y
|
||||
CONFIG_SUNRPC_GSS=y
|
||||
8
target/linux/ifxmips/nfs/target.mk
Normal file
8
target/linux/ifxmips/nfs/target.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
BOARDNAME:=NFS Root
|
||||
FEATURES:=tgz
|
||||
DEVICE_TYPE:=modem
|
||||
|
||||
define Target/Description
|
||||
Build images for Infineon CPE devices for NFS boot
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user