summaryrefslogtreecommitdiff
path: root/package/base-files/extra
AgeCommit message (Collapse)Author
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-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-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.
2009-12-29add atm network scriptWaldemar Brodkorb
order network scripts. Add atm example. enable reboot option for mtd.
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
2009-11-29add bridging firewall stuffWaldemar Brodkorb
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready
2009-11-29add etables, finetune squid package, more busybox finetuningWaldemar Brodkorb
2009-11-27minor fixes to bridgeing scriptsWaldemar Brodkorb
2009-11-25add update script to base-filesWaldemar Brodkorb
- system update via http/ftp/ssh/file possible - add bridge script - cleanup unused files
2009-11-20create dirs in Makefile to avoid buildsystem warningsWaldemar Brodkorb
2009-11-03update X11, kerberos, samba, bluezWaldemar Brodkorb
- fix some ipkg issues with ubuntu - use grub2 for alix1c, no grub1 dependency on host - boots up on alix1c - fix some bcm203x problems
2009-09-29add ifup/ifdown dirsWaldemar Brodkorb
2009-09-23remove admin account, add message after build how to login to the systemWaldemar Brodkorb
2009-09-17add a method to avoid /tmp as tmpfsWaldemar Brodkorb
- useful f.e. for a shuttle pc - fix tty permissions, needed for non-root users
2009-08-23revert renaming of /init into /startWaldemar Brodkorb
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
2009-08-22make lemote yeelong finally usableWaldemar Brodkorb
- moved startup script for all targets to /start - add kernel patch to use /start - add cryptinit package - make an encrypted rootfilesystem as choice for lemote
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
- bring rb532 in shape, make it bootable
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-12default for size is bytes, set to kilobyteWaldemar Brodkorb
2009-06-05more regressions found at runtime on alic1cWaldemar Brodkorb
2009-06-04first regressions found while runtime testingWaldemar Brodkorb
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies
2009-05-31remove to extra to avoid installing package metafilesWaldemar Brodkorb
2009-05-31fix ipkg update with busybox wgetWaldemar Brodkorb