add new rc.common for standardized init scripts, convert existing init scripts
[openwrt/staging/dedeckeh.git] / openwrt / package / base-files /
2006-10-04 Felix Fietkauadd new rc.common for standardized init scripts, conver...
2006-10-04 Felix Fietkaumove arch specific base-files install call to the end...
2006-10-03 Felix Fietkaudon't recreate the resolv.conf file from the dhcp scrip...
2006-09-24 Nicolas Thillnew (last?) attempt at standardizing Makefiles
2006-09-24 Felix Fietkauuse absolute paths in include() shell function
2006-09-15 Mike Bakerbring up loopback by default
2006-09-07 Mike Bakerchange more to less
2006-09-04 Felix Fietkauremove default network config for brcm
2006-09-03 Felix Fietkaufix ipcalc (off by 1)
2006-08-30 Felix Fietkauadd default /etc/config/network
2006-08-27 Mike Bakerchange hotplug trigger to a simpler awk command
2006-08-27 Mike Bakerfix minor typo & move loopback to network config
2006-08-27 Felix Fietkaufix find_config() in the network scripts
2006-08-26 Mike Bakerclean up hotplug mounting scripts
2006-08-24 Felix Fietkaurevert to using *_ifnames internally, too many problems...
2006-08-24 Felix Fietkaudefault value for *_device in scan_interfaces
2006-08-24 Felix Fietkaufix remaining *_ifnames references
2006-08-23 Felix Fietkauchange 'ifnames' to 'ifname' in network config, fix...
2006-08-19 Felix Fietkaufix typo
2006-08-10 Mike Bakeradd secret option to use host's toolchain when native...
2006-08-04 Felix Fietkaufix ppp related bug in the network scripts
2006-08-01 Felix Fietkaufix typo
2006-07-30 Felix Fietkaufix more instances of '' abuse
2006-07-30 Felix Fietkaurewrite of the network scripts and configuration
2006-07-29 Felix Fietkauavoid using a reserved word as a variable name
2006-07-29 Felix Fietkaufix unnamed config sections
2006-07-29 Felix Fietkauadd support for per-package prereq checks, run global...
2006-07-27 Gerry RozemaMinor change to firstboot, closes #591
2006-07-25 Felix Fietkauuse 127.0.0.1 as dns server and point dnsmasq to /tmp...
2006-07-17 Imre Kalozsync the sysctls with whiterussian, and tune the conntr...
2006-07-10 Mike Bakercleanup of [4123]
2006-07-10 Mike Bakeradd a new FORCEREBUILD option to Package/<name> to...
2006-07-02 Nicolas Thillmove libpthread in since it's part of uclibc, standardi...
2006-06-27 Mike Bakercredit where credit is due
2006-06-27 Felix Fietkauadd copyright headers to base-files scripts and config...
2006-06-26 Felix Fietkaudon't rely on temporary variables in config() as they...
2006-06-25 Felix Fietkauwork around a busybox bug
2006-06-25 Felix Fietkauadd a simple /sbin/wifi script with support for the...
2006-06-25 Felix Fietkaufixes for common config functions
2006-06-23 Felix Fietkaunuke jffs2root --move from init scripts
2006-06-23 Mike Baker.pkginfo cleanup #2
2006-06-21 Felix Fietkauadd INCLUDE_DIR variable for $(TOPDIR)/include
2006-06-21 Felix Fietkaubuild system cleanup. move shared include files into...
2006-06-20 Felix Fietkaumount /proc earlier in /sbin/mount_root
2006-06-19 Felix Fietkauadd a list append function to functions.sh
2006-06-18 Nicolas Thillnormalize Makefiles.
2006-06-18 Felix Fietkauadd conffiles for base-files
2006-06-18 Felix Fietkauadd missing base-files for rb532
2006-06-17 Mike Bakerobsolete file
2006-06-15 Felix Fietkauclean up handling of the root filesystem mount - remove...
2006-06-13 Felix Fietkauremove libgcc hack
2006-06-07 Felix Fietkaumake ramdisk support generic, some cleanups
2006-06-02 Felix Fietkaufix a typo that prevents base-files from being installed
2006-06-01 Felix Fietkaufix base-files version number
2006-05-31 Felix Fietkaukernel package cleanup, move madwifi from target/linux...
2006-05-31 Felix Fietkaucleanup; change base-files build directory
2006-05-31 Felix Fietkauallow building of kernel-specific stuff in package...
2006-05-31 Nicolas Thillfix base-files packages build.
2006-05-30 Felix Fietkauconvert base-files to new format
2006-05-30 Felix Fietkauremove old Config.in files
2006-05-30 Felix Fietkauresync with kamikaze
2006-05-15 Mike Bakermore BR2_ / CONFIG_ patches
2006-05-10 Felix Fietkauadd common functions for the new config file format
2006-04-13 Felix Fietkaufix typo in firstboot - /etc/config/* is now a file...
2006-04-13 Florian FainelliAdd support for static routes per interface. You can...
2006-04-10 Waldemar Brodkorbcheck if vim exist, report bye datenmaulwurf
2006-04-08 Mike Bakerfix a bug that prevents the wgt634u from initializing...
2006-04-06 Felix Fietkaufix firewall-related conffiles (moved to the iptables...
2006-04-05 Felix Fietkaularge init script cleanup and merge of whiterussian...
2006-03-31 Mike Bakerlink /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues)
2006-02-10 Mike BakerCorrect a few typos
2006-02-02 Mike Bakerfixes files from [3112]
2006-02-01 Mike Bakerchange cp to $(CP)
2006-02-01 Mike Bakermove sysfs to mount_root
2006-01-31 Felix Fietkauset ALLMULTI on bridged interfaces (should improve...
2006-01-23 Mike Bakerrevert bad firewall patch
2006-01-22 Felix Fietkaufix typo
2006-01-20 Waldemar Brodkorbbuild libgcc when selected as builtin, fix from Ge0rG...
2006-01-16 Mike Bakerfix error messages
2006-01-16 Felix Fietkauport wan_device changes from whiterussian to kamikaze
2006-01-14 Oliver Ertlfixes #207
2006-01-14 Felix Fietkaumove vlan and wifi setup into arch-specific base-files
2006-01-14 Felix Fietkaudon't use /dev/tts/1 as login console
2006-01-12 Florian FainelliAdded vlan enabling as suggested in #204, closes #204
2006-01-11 Florian FainelliInterface was hardcoded, (cut/paste from the testing...
2006-01-11 Florian FainelliDo not delete default route if the router is the same...
2006-01-11 Florian FainelliFixed network autoconfiguration as explained in #200...
2006-01-10 Felix Fietkauadd ipv6 support to network scripts (#101)
2006-01-10 Felix Fietkauuse /tmp/resolv.conf when using a static nameserver...
2006-01-08 Florian FainelliMerged enhancements submitted by Stereo, thanks, closes...
2006-01-05 Felix Fietkaumount sysfs at boot on linux 2.6
2006-01-05 Felix Fietkauadd firmware loading support to hotplug
2006-01-04 Felix Fietkaumove firstboot to preinit for now (until a better solut...
2006-01-04 Felix Fietkaufix hotplug issue with compiled-in ethernet drivers
2006-01-04 Felix Fietkauconfigure switch at boot time based on vlan*ports
2006-01-04 Felix Fietkauadd missing Config.in to base-files
2006-01-04 Waldemar Brodkorbpatch for spec file of gcc 3.4.4, so that libgss librar...
2006-01-03 Florian FainelliAdded mrd6 package : IPv6 multicast routing daemon
2006-01-03 Waldemar Brodkorbremove unused robocfg stuff
2006-01-02 Oliver Ertlhopefully last fix for S60cron
next