summaryrefslogtreecommitdiff
path: root/package/base-files/extra/etc
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-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-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-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
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