summaryrefslogtreecommitdiff
path: root/package/base-files
AgeCommit message (Collapse)Author
2010-07-28check for uncommitted changes in /etcWaldemar Brodkorb
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left.
2010-07-19fix tmpfs size, when /etc/tmpfs is not givenWaldemar Brodkorb
2010-07-16use manual config for base-files, fix fancy promptWaldemar Brodkorb
2010-07-15add fancy prompt with hostnameWaldemar Brodkorb
2010-07-14misc stuffWaldemar Brodkorb
- remove broken patch from silicon motion driver - add mpc package for upcoming gcc 4.5.x update - add /etc/adktarget, which can be used for native targets to identify - add ffplay subpackage
2010-07-12modify many PKG_DESCR variables to fit better into 80 width terminal windowWaldemar Brodkorb
2010-07-09minor fix for ap modeWaldemar Brodkorb
2010-07-09set wireless extension to 0 by defaultWaldemar Brodkorb
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-05add menu based configuration of a passwordWaldemar Brodkorb
2010-07-02kill crond before trying to umount /etcWaldemar Brodkorb
2010-07-02fix daemon modeWaldemar Brodkorb
2010-07-02check exit codeWaldemar Brodkorb
2010-07-02add a small udp based daemonWaldemar 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-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-20make tmpfs size configurable via /etc/tmpfsWaldemar Brodkorb
2010-06-16add webcam and wireless-tools support for lemoteWaldemar Brodkorb
2010-06-13do not export HOME hereWaldemar Brodkorb
2010-05-20activate and refresh support for rb411/rb433Waldemar Brodkorb
after n0-1 helped to find a way to fix my broken rb433 by using the primary bootloader via shortening a jumper I got the motivation to get this target working again. Summarize both targets to newly created rb4xx target.
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb
2010-04-12basefiles: fix cyclic /var/tmp -> /var/tmp symlinkPhil Sutter
2010-04-12base-files/sysctl.conf: add statement to enable IPv6 forwardingPhil Sutter
2010-04-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-04-04remove /etc/network/interfaces, not available on nfsrootWaldemar Brodkorb
2010-03-28implement adkupdate for ag241, add kernel patches for 2.6.33.1Waldemar Brodkorb
2010-03-07check for cfgfsWaldemar Brodkorb
2010-03-07remove obsolete usbfsWaldemar Brodkorb
2010-02-28fixup some wlan ap stuff, still no success on foxg20Waldemar Brodkorb
2010-02-27alphabetical order of menu entries, add back buildsystemWaldemar Brodkorb
configuration in /etc feature
2010-02-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-24allow for target/<DEV>/files to be empty/non-existentPhil Sutter
2010-02-23optimize foxg20 targetWaldemar Brodkorb
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
2010-02-13implement WPA client modeWaldemar Brodkorb
2010-02-13add support for wireless access point with p54usb stickWaldemar Brodkorb
2010-02-07umount /boot after updateWaldemar Brodkorb
2010-02-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-07implement adkupdate and adkinstall for rb532 boardsWaldemar Brodkorb
2010-02-07resolve conflictsWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-02-04rename update to adkupdateWaldemar Brodkorb
2010-01-31revert change of /dev/console redirectionWaldemar Brodkorb
2010-01-31reworking startup using devtmpfsWaldemar Brodkorb
After this change it is not needed to create console, tty and null device nodes for nfsroot boot.
2010-01-30do not install interfaces file on NFSROOT filesystemsWaldemar Brodkorb
2010-01-16i need to use eval, fix broken update scriptWaldemar Brodkorb
2010-01-10implement update for foxboardWaldemar Brodkorb
2010-01-04update ethtool and iwWaldemar Brodkorb
2009-12-29make vlan configuration work with ifup/ifdownWaldemar Brodkorb
2009-12-29make dsl work via ifup, add vlan supportWaldemar Brodkorb
add kernel vlan support.