diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-02-25 13:09:03 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-02-25 13:09:03 +0000 |
commit | bddbd0ea7629c6cfeb5ff0cda97a4cc8ef4f166d (patch) | |
tree | 67ad835562b84e502e1418105807e2bb603f5105 /conf/distro/openslug.conf | |
parent | 6c35ecd0ad296efd892ba58f9c85e02b3a21fd08 (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded
into home.(none):/home/slug/openembedded
2005/02/25 23:38:24+10:30 (none)!rwhitby
Added PPP and NetConsole support to Openslug
BKrev: 421f236fSsf6lPPevs6gMLwuUZ9wcQ
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index ed90c33fe0..db12ea6ab3 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -11,7 +11,7 @@ INHERIT += " package_ipk debian nslu2_flashimg" IMAGE_FSTYPES = "jffs2" -OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-nslu2.txt')}" +OPENSLUG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-openslug.txt')}" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${OPENSLUG_DEVICE_TABLE}" OPENSLUG_EXTRA_DEPENDS += "virtual/kernel module-init-tools mtd-utils modutils-initscripts" |