summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--package/strace/patches/patch-syscall_c13
-rw-r--r--target/Config.in4
-rw-r--r--target/lemote/Makefile2
-rw-r--r--target/lemote/kernel.config15
5 files changed, 30 insertions, 7 deletions
diff --git a/README b/README
index 0438a22ab..56a431146 100644
--- a/README
+++ b/README
@@ -19,9 +19,6 @@ Before you can start you need to install some tools:
- wget
- file
- unzip
-- autoconf
-- automake
-- Ălibtool
- libc headers
- ncurses5 headers
- zlib headers
diff --git a/package/strace/patches/patch-syscall_c b/package/strace/patches/patch-syscall_c
new file mode 100644
index 000000000..810e70d35
--- /dev/null
+++ b/package/strace/patches/patch-syscall_c
@@ -0,0 +1,13 @@
+from git
+http://strace.git.sourceforge.net/git/gitweb.cgi?p=strace/strace;a=blobdiff;f=syscall.c;h=a56d7df44874389fbd1d171a94698d07a1e5555a;hp=4f46bf63d180feae18480b697764257947af699b;hb=2ee50b7;hpb=c8c6698ef7cde83a496b273672a51ec2a8f14fb3
+--- strace-4.5.19.orig/syscall.c 2009-10-12 21:54:21.000000000 +0200
++++ strace-4.5.19/syscall.c 2010-02-28 19:14:28.000000000 +0100
+@@ -2035,7 +2035,7 @@ syscall_enter(struct tcb *tcp)
+ else
+ nargs = tcp->u_nargs = MAX_ARGS;
+
+- if (ptrace (PTRACE_GETREGS, pid, NULL, (long) &regs) < 0)
++ if (ptrace (PTRACE_GETREGS, tcp->pid, NULL, (long) &regs) < 0)
+ return -1;
+
+ for(i = 0; i < nargs; i++) {
diff --git a/target/Config.in b/target/Config.in
index 58cd64178..df46a4483 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -259,6 +259,8 @@ config ADK_LINUX_MIPS64_LEMOTE
bool "Lemote Subnotebook Yeeloong"
select ADK_lemote
select ADK_LINUX_64
+ select ADK_KERNEL_SCSI
+ select ADK_KERNEL_ATA
select ADK_KERNEL_BLK_DEV_SD
select ADK_KERNEL_INPUT_KEYBOARD
select ADK_KERNEL_NETDEVICES
@@ -269,6 +271,8 @@ config ADK_LINUX_MIPS64_LEMOTE
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_VGA
select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_PCI
+ select ADK_PACKAGE_KMOD_USB_CONTROLLER
help
Lemote Subnotebook.
http://www.lemote.com/english/index.html
diff --git a/target/lemote/Makefile b/target/lemote/Makefile
index e93f13b4a..3426ba3eb 100644
--- a/target/lemote/Makefile
+++ b/target/lemote/Makefile
@@ -43,7 +43,7 @@ endif
ifeq ($(FS),encrypted)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) createinitcrypt
@echo 'The kernel+cryptinit file is: ${BIN_DIR}/${ADK_TARGET}-${FS}-kernel'
- @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
+ @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo 'Boot your lemote via NFS or USB.'
@echo 'Then create at least three partitions with fdisk:'
@echo '/dev/sda1 (ext2)'
diff --git a/target/lemote/kernel.config b/target/lemote/kernel.config
index a8e30edc9..29731d812 100644
--- a/target/lemote/kernel.config
+++ b/target/lemote/kernel.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.33
-# Sat Feb 27 10:09:18 2010
+# Sun Feb 28 16:36:49 2010
#
CONFIG_MIPS=y
@@ -544,7 +544,7 @@ CONFIG_SCSI_WAIT_SCAN=m
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
-CONFIG_ATA_VERBOSE_ERROR=y
+# CONFIG_ATA_VERBOSE_ERROR is not set
# CONFIG_SATA_PMP is not set
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_SIL24 is not set
@@ -697,7 +697,11 @@ CONFIG_8139TOO_TUNE_TWISTER=y
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
-# CONFIG_WLAN is not set
+CONFIG_WLAN=y
+# CONFIG_ATMEL is not set
+# CONFIG_PRISM54 is not set
+# CONFIG_USB_ZD1201 is not set
+# CONFIG_HOSTAP is not set
#
# Enable WiMAX (Networking options) to see the WiMAX drivers
@@ -1084,6 +1088,8 @@ CONFIG_STAGING=y
# CONFIG_COMEDI is not set
# CONFIG_ASUS_OLED is not set
# CONFIG_ALTERA_PCIE_CHDMA is not set
+# CONFIG_R8187SE is not set
+# CONFIG_RTL8192E is not set
# CONFIG_INPUT_MIMIO is not set
# CONFIG_TRANZPORT is not set
@@ -1099,6 +1105,8 @@ CONFIG_STAGING=y
# CONFIG_B3DFG is not set
# CONFIG_IDE_PHISON is not set
# CONFIG_PLAN9AUTH is not set
+# CONFIG_VT6655 is not set
+# CONFIG_VT6656 is not set
# CONFIG_FB_UDL is not set
# CONFIG_VME_BUS is not set
@@ -1110,6 +1118,7 @@ CONFIG_STAGING=y
# CONFIG_RAMZSWAP is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_STRIP is not set
+# CONFIG_WAVELAN is not set
CONFIG_FB_SM7XX=y
# CONFIG_FB_SM7XX_ACCEL is not set