summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default
Commit message (Collapse)AuthorAge
* move old kamikaze out of trunk - will put buildroot-ng in there as soon as ↵Felix Fietkau2006-10-07
| | | | | | all the developers are ready SVN-Revision: 4944
* load kernel modules in kmod- packages from postinst scripts at install.Nicolas Thill2006-05-18
| | | | SVN-Revision: 3793
* add common functions for the new config file formatFelix Fietkau2006-05-10
| | | | SVN-Revision: 3751
* fix typo in firstboot - /etc/config/* is now a file instead of a symlinkFelix Fietkau2006-04-13
| | | | SVN-Revision: 3633
* Add support for static routes per interface. You can specify one or more ↵Florian Fainelli2006-04-13
| | | | | | routes, subnets or hosts. Closes #308 for kamikaze SVN-Revision: 3629
* check if vim exist, report bye datenmaulwurfWaldemar Brodkorb2006-04-10
| | | | SVN-Revision: 3611
* fix a bug that prevents the wgt634u from initializing the filesystem properlyMike Baker2006-04-08
| | | | SVN-Revision: 3601
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-05
| | | | | | config handling SVN-Revision: 3588
* Correct a few typosMike Baker2006-02-10
| | | | SVN-Revision: 3212
* fixes files from [3112]Mike Baker2006-02-02
| | | | SVN-Revision: 3114
* change cp to $(CP)Mike Baker2006-02-01
| | | | SVN-Revision: 3112
* move sysfs to mount_rootMike Baker2006-02-01
| | | | SVN-Revision: 3107
* set ALLMULTI on bridged interfaces (should improve multicast bridging)Felix Fietkau2006-01-31
| | | | SVN-Revision: 3079
* revert bad firewall patchMike Baker2006-01-23
| | | | SVN-Revision: 3042
* fix typoFelix Fietkau2006-01-22
| | | | SVN-Revision: 3038
* fix error messagesMike Baker2006-01-16
| | | | SVN-Revision: 2996
* port wan_device changes from whiterussian to kamikazeFelix Fietkau2006-01-16
| | | | SVN-Revision: 2993
* fixes #207Oliver Ertl2006-01-14
| | | | SVN-Revision: 2983
* move vlan and wifi setup into arch-specific base-filesFelix Fietkau2006-01-14
| | | | SVN-Revision: 2973
* don't use /dev/tts/1 as login consoleFelix Fietkau2006-01-14
| | | | SVN-Revision: 2971
* Added vlan enabling as suggested in #204, closes #204Florian Fainelli2006-01-12
| | | | SVN-Revision: 2931
* Interface was hardcoded, (cut/paste from the testing openwrt machine)Florian Fainelli2006-01-11
| | | | SVN-Revision: 2914
* Do not delete default route if the router is the same, fixes #138Florian Fainelli2006-01-11
| | | | SVN-Revision: 2913
* Fixed network autoconfiguration as explained in #200, fixes #200Florian Fainelli2006-01-11
| | | | SVN-Revision: 2912
* add ipv6 support to network scripts (#101)Felix Fietkau2006-01-10
| | | | SVN-Revision: 2885
* use /tmp/resolv.conf when using a static nameserver (#177)Felix Fietkau2006-01-10
| | | | SVN-Revision: 2884
* Merged enhancements submitted by Stereo, thanks, closes #188 and #189Florian Fainelli2006-01-08
| | | | SVN-Revision: 2863
* mount sysfs at boot on linux 2.6Felix Fietkau2006-01-05
| | | | SVN-Revision: 2835
* add firmware loading support to hotplugFelix Fietkau2006-01-05
| | | | SVN-Revision: 2834
* move firstboot to preinit for now (until a better solution is implemented), ↵Felix Fietkau2006-01-04
| | | | | | required by /etc/config/network generator SVN-Revision: 2830
* fix hotplug issue with compiled-in ethernet driversFelix Fietkau2006-01-04
| | | | SVN-Revision: 2823
* configure switch at boot time based on vlan*portsFelix Fietkau2006-01-04
| | | | SVN-Revision: 2822
* Added mrd6 package : IPv6 multicast routing daemonFlorian Fainelli2006-01-03
| | | | SVN-Revision: 2816
* remove unused robocfg stuffWaldemar Brodkorb2006-01-03
| | | | SVN-Revision: 2815
* hopefully last fix for S60cronOliver Ertl2006-01-02
| | | | SVN-Revision: 2812
* Corrected ticket #168Florian Fainelli2006-01-02
| | | | SVN-Revision: 2805
* change ipkg.conf to use snapshotsWaldemar Brodkorb2005-12-25
| | | | SVN-Revision: 2765
* add recipe to bannerImre Kaloz2005-12-20
| | | | SVN-Revision: 2739
* fix network hotplug scripts for 2.6Felix Fietkau2005-12-17
| | | | SVN-Revision: 2711
* create /var/spool/cron in cron init script and change the default crontab ↵Felix Fietkau2005-12-11
| | | | | | location to /etc/crontabs (fixes #88) SVN-Revision: 2621
* unlock linux partition before running jffs2root --clean. fixes #97Felix Fietkau2005-12-11
| | | | SVN-Revision: 2615
* more fixes for the network scriptsFelix Fietkau2005-11-19
| | | | SVN-Revision: 2537
* fix ifup/down for ppp-based stuffFelix Fietkau2005-11-19
| | | | SVN-Revision: 2536
* hotplug-based network script rewriteFelix Fietkau2005-11-19
| | | | SVN-Revision: 2531
* add crond init scriptFelix Fietkau2005-11-18
| | | | SVN-Revision: 2523
* don't clear the mangle table in the default firewall scriptFelix Fietkau2005-11-18
| | | | SVN-Revision: 2517
* create /var/run in firstbootFelix Fietkau2005-11-14
| | | | SVN-Revision: 2485
* hide stderr output of mtd in firstbootFelix Fietkau2005-11-12
| | | | SVN-Revision: 2444
* remove backup/restore for now. will add proper scripts with webif ↵Felix Fietkau2005-11-07
| | | | | | integration later... SVN-Revision: 2371
* include functions and network config in hotplugFelix Fietkau2005-11-07
| | | | SVN-Revision: 2370