diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-14 06:10:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-14 06:10:54 +0000 |
commit | a4f0089c5bf7d37257b244fb08de5e756498c6cd (patch) | |
tree | 11c58b923af4a2c34ade87e2db7ffb690ce73bb9 /packages/sysvinit | |
parent | 5a048cc09baf8498736e25699ca85b3c69a01adb (diff) |
slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in conf
- rather than build nslu2-kernel or nas100d-kernel slugos-image now
builds ixp4xx-kernel, the generic kernel. ixp4xx is now used as the
normal MACHINE override, even though MACHINE itself is still set to
nslu2 or nas100d (or ixp4xx).
Diffstat (limited to 'packages/sysvinit')
-rw-r--r-- | packages/sysvinit/sysvinit/nslu2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/sysvinit/sysvinit/slugos/rcS-default (renamed from packages/sysvinit/sysvinit/nslu2/rcS-default) | 2 | ||||
-rw-r--r-- | packages/sysvinit/sysvinit_2.86.bb | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/packages/sysvinit/sysvinit/nslu2/.mtn2git_empty b/packages/sysvinit/sysvinit/nslu2/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/sysvinit/sysvinit/nslu2/.mtn2git_empty +++ /dev/null diff --git a/packages/sysvinit/sysvinit/nslu2/rcS-default b/packages/sysvinit/sysvinit/slugos/rcS-default index d53be762a7..33917bd557 100644 --- a/packages/sysvinit/sysvinit/nslu2/rcS-default +++ b/packages/sysvinit/sysvinit/slugos/rcS-default @@ -10,7 +10,7 @@ SULOGIN=no # before system startup is complete (as soon as inetd is started) DELAYLOGIN=no # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -#NSLU2: see the comments in /etc/init.d/hwclock.sh before changing this. +#SlugOS: see the comments in /etc/init.d/hwclock.sh before changing this. UTC=yes # Set VERBOSE to "no" if you would like a more quiet bootup. VERBOSE=no diff --git a/packages/sysvinit/sysvinit_2.86.bb b/packages/sysvinit/sysvinit_2.86.bb index 7611d79cd9..af39d5e740 100644 --- a/packages/sysvinit/sysvinit_2.86.bb +++ b/packages/sysvinit/sysvinit_2.86.bb @@ -3,7 +3,7 @@ SECTION = "base" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" HOMEPAGE = "http://freshmeat.net/projects/sysvinit/" -PR = "r19" +PR = "r20" # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. # Set PACKAGE_ARCH appropriately. |