diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-28 18:45:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-28 18:45:26 +0000 |
commit | 6a8f55d946dfc09ba563408210c1bf9a9a5cdb12 (patch) | |
tree | ac516dd2c014f8475f60f4593b229a71baf153db | |
parent | bed9bcafbd6a2f2f7f3de08c1557ddd3f48295c7 (diff) |
openslug.conf: put upslug2-native into the build
-rw-r--r-- | conf/distro/openslug.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 5c57e878c2..3d0f4867c8 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -89,10 +89,11 @@ OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_EXT2_PROGS}" OPENSLUG_STANDARD_DEPENDS += "reiserfsprogs" OPENSLUG_STANDARD_RDEPENDS += "${OPENSLUG_REISER_PROGS}" -# These lines add a build of the 'upslug' program which may be +# These lines add a build of the 'upslug2' program which may be # used to download the final image to an NSLU2. The program can -# be found within the tmp/work/upslug-native* directory. -OPENSLUG_STANDARD_DEPENDS += "upslug-native" +# be found within the staging/<host>/bin directory. It must +# be run as root but may be safely installed setuid root. +OPENSLUG_STANDARD_DEPENDS += "upslug2-native" # These lines add support for an X/Y/ZModem package called lrzsz # (this is of use for people with modified NSLU2 hardware which |