summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-09update and fix packages which got activated to autogeneratedWaldemar Brodkorb
package configuration menu.
2010-07-09disable bzr (broken) in bulk buildsWaldemar Brodkorb
2010-07-09fresh svn buildWaldemar Brodkorb
2010-07-09fix build for lemote, enable system png usageWaldemar Brodkorb
2010-07-09add APNG support patch, needed for firefox png supportWaldemar Brodkorb
2010-07-09fix md5sum, forgotten last time?Waldemar Brodkorb
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-07-07add support for hso umts modemsWaldemar Brodkorb
if you like to use an usb umts modem with hso chipset, this is the support for it. use following in /etc/network/interfaces: auto hso0 iface hso0 inet manual pin xxxx apn foo.bar credentials go to freewrt 1.0 supporters...
2010-07-07handle resolv.conf and ntp for pppoe network setup correctlyWaldemar Brodkorb
2010-07-07add dependency to pppoe kernel modules, fix mssing mtu in templateWaldemar Brodkorb
2010-07-07fix timezone configuration for eglibc/glibc based systemsWaldemar Brodkorb
2010-07-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: target/alix2d/kernel.config
2010-07-07more runtime fixes, update of some packages.Waldemar Brodkorb
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default
2010-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-07-05fix build dependencyWaldemar Brodkorb
2010-07-05some allconfig fixesWaldemar Brodkorb
disable geode AES coprocessor, better use kernel modules, otherwise some crypto stuff get statically compiled and the build fails.
2010-07-05add menu based configuration of a passwordWaldemar Brodkorb
2010-07-02startup uvd very lateWaldemar Brodkorb
2010-07-02kill crond before trying to umount /etcWaldemar Brodkorb
2010-07-02even when vim is choosen, activate vi, f.e. crontab -e needs itWaldemar Brodkorb
2010-07-02fix daemon modeWaldemar Brodkorb
2010-07-02check exit codeWaldemar Brodkorb
2010-07-02implement a dumb mode for offline serversWaldemar Brodkorb
use -i to activate.
2010-07-02add a small udp based daemonWaldemar Brodkorb
2010-07-02use pkill instead of pidofWaldemar Brodkorb
2010-07-01do not install resolv.conf symlinkWaldemar Brodkorb
all productive targets use cfgfs, with a /etc on tmpfs, so no need for this symlink. Users of extra dir can now provide their own resolv.conf copy. dhcp and ppp users shouldn't care about this change.
2010-07-01fix ppp for non nas devicesWaldemar Brodkorb
2010-07-01enable usb for alix boards in menuWaldemar Brodkorb
2010-07-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-01add the ability to add a ssh pubkey via menuWaldemar Brodkorb
2010-07-01ignore bbrebuild fileWaldemar Brodkorb
2010-07-01fix compile breakWaldemar Brodkorb
2010-07-01just a test commitWaldemar Brodkorb
2010-06-29add package flavours, fix unused stuffWaldemar Brodkorb
2010-06-29just mount rootfs read-write for needed subcommandsWaldemar Brodkorb
2010-06-29fix ipkg files outputWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar Brodkorb
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress.
2010-06-29update to latest upstream versionWaldemar Brodkorb
2010-06-29rename package nameWaldemar Brodkorb
2010-06-29security update to latest stable upstream versionWaldemar Brodkorb
2010-06-28boot into rescue mode, when button is pressed onceWaldemar Brodkorb
2010-06-28implement rescue mode installation via -rWaldemar Brodkorb
if you have an alix board and like to have a fallback safemode system, you can use adkinstall with -r and install a kernel with initramfs as a read-only never changing rescue image. Grub will then installed on the same rescue partition on the compact flash card, to avoid a broken system after grub upgrade. System should always come up with the rescue system without any dependency to the live system.
2010-06-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-06-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-26with gcc 4.5 we will need mpcWaldemar Brodkorb
2010-06-26with devtmpfs, these devices nodes are obsoleteWaldemar Brodkorb
2010-06-26fix cross-compileWaldemar Brodkorb
2010-06-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-26sync kernel config with alix2d supportWaldemar Brodkorb