Haavard Skinnemoen (1): CONFIG_UPDATE: libpcap and tcpdump Hans-Christian Egtvedt (14): Rename Documentation stuff packages to AVR32 stuff and rearrange the menu u-boot: fix config header file location and add an error message uClibc: add AVR32 patches which solves a segmentation fault problem uClibc: add patch to fix name resolving from /etc/hosts busybox: bump version to 1.7.1 Fix typo in S41inetd startup script for AVR32 target boards libid3tag: add dependance on zlib to Makefile and cleanup Makefile qtopia4: bump version to 4.3.1 and update AVR32 patch to match version Update busybox default configuration for AVR32 target boards to version 1.7.1 libdaemon: bump version to 0.12 and clean up libdaemon.mk fbset: clean up fbset.mk Samba: bump version to 3.0.26a Add /etc/shadow and fix /etc/passwd for AVR32 target boards Update config to add busybox 1.7.1 by default for AVR32 target boards package/Config.in | 8 +- package/busybox/Config.in | 14 +- package/fbset/fbset.mk | 6 +- package/libdaemon/libdaemon.mk | 49 +- package/libid3tag/libid3tag.mk | 30 +- package/libpcap/libpcap.mk | 1 + package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch | 6139 ------------------- ...2-add-avr32-qatomic-header-to-header-list.patch | 6 - package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch | 6164 ++++++++++++++++++++ package/qtopia4/qtopia4.mk | 2 +- package/samba/samba.mk | 2 +- package/tcpdump/tcpdump.mk | 1 + target/bootloader/u-boot/u-boot.mk | 16 +- target/device/Atmel/atngw100/busybox-1.6.1.config | 719 --- target/device/Atmel/atngw100/busybox-1.7.1.config | 719 +++ .../atngw100/target_skeleton/etc/init.d/S41inetd | 2 +- .../Atmel/atngw100/target_skeleton/etc/passwd | 6 +- .../Atmel/atngw100/target_skeleton/etc/shadow | 18 + target/device/Atmel/atngw100_defconfig | 21 +- target/device/Atmel/atstk1002/busybox-1.6.1.config | 719 --- target/device/Atmel/atstk1002/busybox-1.7.1.config | 719 +++ .../atstk1002/target_skeleton/etc/init.d/S41inetd | 2 +- .../Atmel/atstk1002/target_skeleton/etc/passwd | 6 +- .../Atmel/atstk1002/target_skeleton/etc/shadow | 18 + target/device/Atmel/atstk1002_defconfig | 20 +- ...login-in-compare_and_swap-in-linuxthreads.patch | 28 + .../uClibc-0.9.29-fix-resolve-in-etc-hosts.patch | 46 + ...pointer-at-the-beginning-of-init-and-fini.patch | 68 + 28 files changed, 7893 insertions(+), 7656 deletions(-) delete mode 100644 package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch delete mode 100644 package/qtopia4/qtopia-4.2.2-add-avr32-qatomic-header-to-header-list.patch create mode 100644 package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch delete mode 100644 target/device/Atmel/atngw100/busybox-1.6.1.config create mode 100644 target/device/Atmel/atngw100/busybox-1.7.1.config create mode 100644 target/device/Atmel/atngw100/target_skeleton/etc/shadow delete mode 100644 target/device/Atmel/atstk1002/busybox-1.6.1.config create mode 100644 target/device/Atmel/atstk1002/busybox-1.7.1.config create mode 100644 target/device/Atmel/atstk1002/target_skeleton/etc/shadow create mode 100644 toolchain/uClibc/uClibc-0.9.29-fix-inverted-login-in-compare_and_swap-in-linuxthreads.patch create mode 100644 toolchain/uClibc/uClibc-0.9.29-fix-resolve-in-etc-hosts.patch create mode 100644 toolchain/uClibc/uClibc-0.9.29-load-got-pointer-at-the-beginning-of-init-and-fini.patch