diff options
author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2008-11-20 18:31:00 +0000 |
---|---|---|
committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2008-11-20 18:31:00 +0000 |
commit | f9cc1cbeeddb0c587d1c0f9f6176e8965683fe40 (patch) | |
tree | c27e65457073e14fccdb143d901b02f5c64dd2ad /target/linux/ifxmips/nfs/target.mk | |
parent | 057c85aca2bf834cd920308625f93fa84de3d26d (diff) | |
download | upstream-f9cc1cbeeddb0c587d1c0f9f6176e8965683fe40.tar.gz upstream-f9cc1cbeeddb0c587d1c0f9f6176e8965683fe40.tar.bz2 upstream-f9cc1cbeeddb0c587d1c0f9f6176e8965683fe40.zip |
[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
Diffstat (limited to 'target/linux/ifxmips/nfs/target.mk')
-rw-r--r-- | target/linux/ifxmips/nfs/target.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ifxmips/nfs/target.mk b/target/linux/ifxmips/nfs/target.mk new file mode 100644 index 0000000000..8d454e2795 --- /dev/null +++ b/target/linux/ifxmips/nfs/target.mk @@ -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 + |