summaryrefslogtreecommitdiff
path: root/openwrt/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* optimize for sizeImre Kaloz2005-04-301-4/+8
| | | | SVN-Revision: 780
* 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
* add mirror and md5sumWaldemar Brodkorb2005-04-271-2/+3
| | | | SVN-Revision: 729
* upgrade the lzma-loaderImre Kaloz2005-04-261-2/+2
| | | | SVN-Revision: 724
* 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
* fix sdk buildFelix Fietkau2005-04-212-6/+3
| | | | SVN-Revision: 699
* add lzma to compile chainMike Baker2005-04-211-1/+1
| | | | SVN-Revision: 695
* add openwrt image builder to sdkFelix Fietkau2005-04-205-23/+16
| | | | SVN-Revision: 688
* 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
* upgrade kernel, quagga and openvpn, add licensing info to diag module, fix ↵Imre Kaloz2005-04-141-1/+1
| | | | | | up jffs2 SVN-Revision: 650
* add additional compressors and try all of them when making jffs2 images ↵Felix Fietkau2005-04-121-4/+4
| | | | | | (decreases default image size by ~70k) SVN-Revision: 636
* 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
* add some fixes for parallel build (does not work with -j4 yet, but it gets ↵Felix Fietkau2005-04-081-0/+1
| | | | | | most packages compiled now) SVN-Revision: 577
* add missing mtd md5sumFelix Fietkau2005-04-061-1/+2
| | | | SVN-Revision: 572
* 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
* remove lzma loader config option (make it default) and move it from package/ ↵Felix Fietkau2005-04-025-15/+56
| | | | | | to target/ SVN-Revision: 530
* looks like not wbx is the only one who can forget a file ;)Imre Kaloz2005-04-021-0/+22
| | | | SVN-Revision: 523
* add missing stuff for lzma bootloaderImre Kaloz2005-04-022-0/+456
| | | | SVN-Revision: 522
* lzma loader patch from oleg, great thanks good work, saves another 300 kb ↵Waldemar Brodkorb2005-04-024-12/+26
| | | | | | flashmemory SVN-Revision: 513
* 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
* don't override wan_ifname, if it's correct (eg. pppoe)Imre Kaloz2005-03-301-1/+3
| | | | SVN-Revision: 479
* enable CONFIG_NET_RADIO add preliminary motorola supportMike Baker2005-03-291-0/+8
| | | | SVN-Revision: 471
* for serial console use directly ash --login, otherwise i can not login with ↵Waldemar Brodkorb2005-03-261-1/+1
| | | | | | the new /bin/login SVN-Revision: 468
* make pppoe work automaticallyFelix Fietkau2005-03-261-3/+4
| | | | SVN-Revision: 459
* add unprivileged userFelix Fietkau2005-03-242-0/+2
| | | | SVN-Revision: 445
* add /etc/groupFelix Fietkau2005-03-241-0/+1
| | | | SVN-Revision: 443
* allow telnet login when ssh password is not setFelix Fietkau2005-03-241-2/+12
| | | | SVN-Revision: 442
* move passwd from dropbear package to target_skeletonFelix Fietkau2005-03-241-0/+1
| | | | SVN-Revision: 441