summaryrefslogtreecommitdiff
path: root/openwrt/target/default
Commit message (Collapse)AuthorAgeFilesLines
* remove wlconfFelix Fietkau2005-06-111-5/+0
| | | | SVN-Revision: 1197
* fix nas compatibility and overrides for newer wla2-g54l unitsImre Kaloz2005-06-101-1/+2
| | | | SVN-Revision: 1181
* relates connections should be mss clamped tooOleg I. Vdovikin2005-06-051-1/+1
| | | | SVN-Revision: 1142
* make dnsmasq init script non-blockingFelix Fietkau2005-06-011-14/+16
| | | | SVN-Revision: 1130
* leases file defaults to var/misc, which does not existWaldemar Brodkorb2005-06-011-1/+1
| | | | SVN-Revision: 1127
* switch to a more reliable mechanism for running firstbootMike Baker2005-06-011-1/+1
| | | | SVN-Revision: 1126
* prevent zombies from occuring when stdou/stdout are held openMike Baker2005-06-011-1/+1
| | | | SVN-Revision: 1125
* misc init.d cleanupsMike Baker2005-05-307-77/+68
| | | | SVN-Revision: 1123
* *** empty log message ***Mike Baker2005-05-301-2/+3
| | | | SVN-Revision: 1111
* make dnsmasq probe for dhcp servers before starting a dhcp serverMike Baker2005-05-303-6/+55
| | | | SVN-Revision: 1110
* remove iptables modulesWaldemar Brodkorb2005-05-301-5/+0
| | | | SVN-Revision: 1105
* disable firewall in failsafeMike Baker2005-05-301-0/+1
| | | | SVN-Revision: 1103
* add iptables modules, need to be changed in a generic postinst methodWaldemar Brodkorb2005-05-271-0/+5
| | | | SVN-Revision: 1080
* oops... committed that modified ipkg.conf by accident again...Felix Fietkau2005-05-261-1/+1
| | | | SVN-Revision: 1065
* fix nvram overrides/defaults for asus deluxeFelix Fietkau2005-05-262-2/+2
| | | | SVN-Revision: 1064
* *** empty log message ***Mike Baker2005-05-251-0/+8
| | | | SVN-Revision: 1055
* hide some non-critical error messages; prevent newbie bug reportsMike Baker2005-05-234-6/+11
| | | | SVN-Revision: 1028
* oops... checked in too much stuff. fixing thatFelix Fietkau2005-05-141-1/+1
| | | | SVN-Revision: 890
* add robocfgFelix Fietkau2005-05-141-1/+1
| | | | SVN-Revision: 889
* cleanup login script, change firewall exampleMike Baker2005-05-132-26/+25
| | | | SVN-Revision: 881
* various cosmetic fixesMike Baker2005-05-134-13/+5
| | | | SVN-Revision: 864
* fix startup loggingMike Baker2005-05-133-10/+7
| | | | SVN-Revision: 863
* log rcS outputMike Baker2005-05-083-23/+4
| | | | SVN-Revision: 816
* use full pathWaldemar Brodkorb2005-05-051-1/+1
| | | | SVN-Revision: 807
* add oleg's fix for jffs2 mountingFelix Fietkau2005-05-041-4/+5
| | | | SVN-Revision: 799
* failsafe variableMike Baker2005-05-021-1/+1
| | | | SVN-Revision: 784
* use tmpfs instead ramfs, strange that i do not need to add any kernel ↵Waldemar Brodkorb2005-04-301-1/+1
| | | | | | option, it works out of the box, and dd if=/dev/zero of=test bs=1024k count=100 does not kill the box anymore SVN-Revision: 770
* fix sysctl issuesWaldemar Brodkorb2005-04-302-8/+9
| | | | SVN-Revision: 768
* correct wl-500gdMike Baker2005-04-291-1/+2
| | | | SVN-Revision: 766
* *** empty log message ***Mike Baker2005-04-295-36/+29
| | | | SVN-Revision: 754
* fix ipkg symlink issue on squashfsMike Baker2005-04-261-1/+11
| | | | SVN-Revision: 719
* i think mixing stable packages with experimental packages is a very bad idea.Waldemar Brodkorb2005-04-241-1/+0
| | | | SVN-Revision: 711
* *** empty log message ***Mike Baker2005-04-242-12/+2
| | | | SVN-Revision: 709
* suspect umount may be causing reboot issuesMike Baker2005-04-241-1/+1
| | | | SVN-Revision: 708
* new more flexible firewallMike Baker2005-04-231-25/+76
| | | | SVN-Revision: 705
* move modules.d stuff in /etc/init.d/S10boot and make it more like /etc/modulesFelix Fietkau2005-04-211-1/+1
| | | | SVN-Revision: 703
* minor fs changes & cleanupMike Baker2005-04-204-14/+13
| | | | SVN-Revision: 686
* use busybox's "ifconfig broadcast +" if no broadcast is sent via dhcpMike Baker2005-04-181-2/+2
| | | | SVN-Revision: 658
* add cheapass arpMike Baker2005-04-171-0/+2
| | | | SVN-Revision: 657
* add a default hosts fileFelix Fietkau2005-04-111-0/+1
| | | | SVN-Revision: 632
* remove redundant unlocksMike Baker2005-04-111-4/+3
| | | | SVN-Revision: 620
* remove ipkg list file before creating a new one (for squashfs)Felix Fietkau2005-04-101-0/+1
| | | | SVN-Revision: 614
* slight modification after disq's post ↵Mike Baker2005-04-091-2/+4
| | | | | | http://openwrt.org/forum/viewtopic.php?t=1227 SVN-Revision: 596
* move firstboot from S99done to S10bootFelix Fietkau2005-04-032-4/+5
| | | | SVN-Revision: 549
* nas -> nas4notMike Baker2005-04-031-1/+1
| | | | SVN-Revision: 548
* unlock linux partition in mount_rootFelix Fietkau2005-04-031-0/+1
| | | | SVN-Revision: 547
* remove nvram support from backup scriptFelix Fietkau2005-04-031-8/+2
| | | | SVN-Revision: 538
* add simple scripts for backup/restoreFelix Fietkau2005-04-022-0/+109
| | | | SVN-Revision: 534
* re-add /etc/protocolsFelix Fietkau2005-04-011-0/+56
| | | | SVN-Revision: 509
* make S45firewall execute scripts in /etc/firewall.dFelix Fietkau2005-03-311-6/+16
| | | | SVN-Revision: 496