aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/nslu2-binary-only/unslung-rootfs/NOTES5
-rw-r--r--packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch22
-rw-r--r--packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb1
3 files changed, 28 insertions, 0 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs/NOTES b/packages/nslu2-binary-only/unslung-rootfs/NOTES
index 82d7448a80..e8b0255a9b 100644
--- a/packages/nslu2-binary-only/unslung-rootfs/NOTES
+++ b/packages/nslu2-binary-only/unslung-rootfs/NOTES
@@ -512,3 +512,8 @@ sambacodepages bb files must be kept in sync regarding the samba code pages
that are left in the image and the ones that are added to the package (and it
is also a good idea if the kernel defconfig reflects the inclusion of NLS
support for the code pages that are left in the image, of course).
+
+Fixed ppp-mppe.c to remove unresolved symbols when loading module.
+
+Disable the ourtelnetrescueuser account in the passwd file entirely since
+Unslung doesn't need it anymore.
diff --git a/packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch b/packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch
new file mode 100644
index 0000000000..9ccfcc12e9
--- /dev/null
+++ b/packages/nslu2-binary-only/unslung-rootfs/telnet-passwd.patch
@@ -0,0 +1,22 @@
+--- nslu2-linksys-ramdisk-2.3r63/etc/passwd~ 2006-04-18 21:54:47.000000000 -0500
++++ nslu2-linksys-ramdisk-2.3r63/etc/passwd 2006-04-18 21:56:53.000000000 -0500
+@@ -4,7 +4,7 @@
+ mail:x:8:12:mail:/var/spool/mail:
+ ftp:x:14:50:FTP User:/:
+ nobody:x:99:99:Nobody:/:
+-ourtelnetrescueuser:sPuRQwXaya5YE:100:100::/home/user:/bin/sh
++ourtelnetrescueuser:x:100:100::/home/user:/dev/null
+ guest:xqnMpE/plEnFs:501:501::/home/user/guest:/dev/null
+ admin:cgwvsHpJSf6XU:502:501::/home/user/admin:/dev/null
+
+--- nslu2-linksys-ramdisk-2.3r63/usr/local/passwd~ 2006-04-18 21:54:47.000000000 -0500
++++ nslu2-linksys-ramdisk-2.3r63/usr/local/passwd 2006-04-18 21:57:48.000000000 -0500
+@@ -4,7 +4,7 @@
+ mail:x:8:12:mail:/var/spool/mail:
+ ftp:x:14:50:FTP User:/:
+ nobody:x:99:99:Nobody:/:
+-ourtelnetrescueuser:sPuRQwXaya5YE:100:100::/home/user:/bin/sh
++ourtelnetrescueuser:x:100:100::/home/user:/dev/null
+ guest:xqnMpE/plEnFs:501:501::/home/user/guest:/dev/null
+ admin:cgwvsHpJSf6XU:502:501::/home/user/admin:/dev/null
+
diff --git a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb
index f105e6830a..1c805a6975 100644
--- a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb
+++ b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb
@@ -44,6 +44,7 @@ SRC_URI = "http://nslu.sf.net/downloads/nslu2-linksys-ramdisk-2.3r63-2.tar.bz2 \
file://security-fixes.patch;patch=1 \
file://rc.sysinit-clean_var.patch;patch=1 \
file://rc.modules-nls.patch;patch=1 \
+ file://telnet-passwd.patch;patch=1 \
file://upgrade.htm \
file://telnet.htm \
file://rc.bootbin \