Hans-Christian Egtvedt (4): Add proftpd.conf files for ATNGW100 and ATSTK1002 which enables chmod dependencies: only check for lzo2 library, not lzo1 avr32-web-start: add gpio wireing help and clean up GPIO demo text dependencies: add check for patch and clean up file package/avr32-web-start/avr32-web-start.mk | 1 + package/avr32-web-start/files/help/gpio-demo.txt | 19 ++ package/avr32-web-start/files/index.html | 10 +- .../atngw100/target_skeleton/etc/proftpd.conf | 31 +++ .../atstk1002/target_skeleton/etc/proftpd.conf | 31 +++ toolchain/dependencies/dependencies.sh | 280 ++++++++++---------- toolchain/dependencies/src/lzo.c | 6 - 7 files changed, 232 insertions(+), 146 deletions(-) create mode 100644 package/avr32-web-start/files/help/gpio-demo.txt create mode 100644 target/device/Atmel/atngw100/target_skeleton/etc/proftpd.conf create mode 100644 target/device/Atmel/atstk1002/target_skeleton/etc/proftpd.conf