diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-18 06:14:44 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-18 06:14:44 +0000 |
commit | 34a8e35964218de1c07c038b3bb56db19cee67ba (patch) | |
tree | 996b7c1a93a27a02bf5cb0ca51983f3f761798ae /conf/unslung.conf | |
parent | beaa7c6e54b18ec0c5a8f17a729b9675c9a65cb6 (diff) |
NSLU2 updates:
* New nslu2 specific fstab.
* Add nslu2_flashing.oeclass, which does the work of packing a linksys
firmware image, suitable for flashing.
* Ensure that the AnyU2 and Unslung distributions INHERIT this oeclass.
* nslu2.conf: setup serial console, disable use of VTs, set image rootfs
size for the ext2 and ext2.gz image types.
BKrev: 414bd254N1gTtvslWXciKcY5qjdBDQ
Diffstat (limited to 'conf/unslung.conf')
-rw-r--r-- | conf/unslung.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/unslung.conf b/conf/unslung.conf index fb71f80f3a..331ce2d3f9 100644 --- a/conf/unslung.conf +++ b/conf/unslung.conf @@ -2,7 +2,8 @@ #@NAME: Unslung Linux #@DESCRIPTION: Distribution for packages to be run on the Linksys firmware in the NSLU2 -INHERIT += " package_ipk debian" +INHERIT += " package_ipk debian nslu2_flashimg" +IMAGE_FSTYPE = "ext2.gz" + PREFERRED_VERSION_glibc ?= "2.2.5" PREFERRED_VERSION_glibc-initial ?= "2.2.5" -IMAGE_FSTYPE = "ext2.gz" |