Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix more instances of '' abuse | Felix Fietkau | 2006-07-30 | 4 | -23/+23 |
| | | | | SVN-Revision: 4326 | ||||
* | rewrite of the network scripts and configuration | Felix Fietkau | 2006-07-30 | 22 | -499/+314 |
| | | | | SVN-Revision: 4323 | ||||
* | avoid using a reserved word as a variable name | Felix Fietkau | 2006-07-29 | 1 | -3/+3 |
| | | | | SVN-Revision: 4322 | ||||
* | fix unnamed config sections | Felix Fietkau | 2006-07-29 | 1 | -6/+15 |
| | | | | SVN-Revision: 4321 | ||||
* | add support for per-package prereq checks, run global prereq checks before ↵ | Felix Fietkau | 2006-07-29 | 1 | -2/+2 |
| | | | | | | (menu-)config SVN-Revision: 4318 | ||||
* | Minor change to firstboot, closes #591 | Gerry Rozema | 2006-07-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 4307 | ||||
* | use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.conf | Felix Fietkau | 2006-07-25 | 2 | -1/+2 |
| | | | | SVN-Revision: 4282 | ||||
* | sync the sysctls with whiterussian, and tune the conntrack timeouts | Imre Kaloz | 2006-07-17 | 1 | -1/+5 |
| | | | | SVN-Revision: 4133 | ||||
* | cleanup of [4123] | Mike Baker | 2006-07-10 | 1 | -5/+1 |
| | | | | SVN-Revision: 4125 | ||||
* | add a new FORCEREBUILD option to Package/<name> to force a package to be ↵ | Mike Baker | 2006-07-10 | 1 | -0/+4 |
| | | | | | | rebuilt each time make is run SVN-Revision: 4123 | ||||
* | move libpthread in since it's part of uclibc, standardize Makefile. | Nicolas Thill | 2006-07-02 | 1 | -24/+40 |
| | | | | SVN-Revision: 4105 | ||||
* | credit where credit is due | Mike Baker | 2006-06-27 | 1 | -0/+6 |
| | | | | SVN-Revision: 4091 | ||||
* | add copyright headers to base-files scripts and config files | Felix Fietkau | 2006-06-27 | 40 | -3/+70 |
| | | | | SVN-Revision: 4090 | ||||
* | don't rely on temporary variables in config() as they may get overwritten by ↵ | Felix Fietkau | 2006-06-26 | 1 | -5/+3 |
| | | | | | | config_cb() SVN-Revision: 4088 | ||||
* | work around a busybox bug | Felix Fietkau | 2006-06-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 4075 | ||||
* | add a simple /sbin/wifi script with support for the new broadcom driver ↵ | Felix Fietkau | 2006-06-25 | 2 | -0/+59 |
| | | | | | | (incomplete, but works) SVN-Revision: 4072 | ||||
* | fixes for common config functions | Felix Fietkau | 2006-06-25 | 1 | -15/+27 |
| | | | | SVN-Revision: 4071 | ||||
* | nuke jffs2root --move from init scripts | Felix Fietkau | 2006-06-23 | 2 | -13/+2 |
| | | | | SVN-Revision: 4063 | ||||
* | .pkginfo cleanup #2 | Mike Baker | 2006-06-23 | 1 | -0/+3 |
| | | | | SVN-Revision: 4053 | ||||
* | add INCLUDE_DIR variable for $(TOPDIR)/include | Felix Fietkau | 2006-06-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 4033 | ||||
* | build system cleanup. move shared include files into $(TOPDIR)/include, move ↵ | Felix Fietkau | 2006-06-21 | 1 | -2/+2 |
| | | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032 | ||||
* | mount /proc earlier in /sbin/mount_root | Felix Fietkau | 2006-06-20 | 2 | -1/+2 |
| | | | | SVN-Revision: 4022 | ||||
* | add a list append function to functions.sh | Felix Fietkau | 2006-06-19 | 1 | -0/+11 |
| | | | | SVN-Revision: 4014 | ||||
* | normalize Makefiles. | Nicolas Thill | 2006-06-18 | 1 | -16/+16 |
| | | | | SVN-Revision: 3998 | ||||
* | add conffiles for base-files | Felix Fietkau | 2006-06-18 | 1 | -0/+42 |
| | | | | SVN-Revision: 3986 | ||||
* | add missing base-files for rb532 | Felix Fietkau | 2006-06-18 | 1 | -0/+5 |
| | | | | SVN-Revision: 3980 | ||||
* | obsolete file | Mike Baker | 2006-06-17 | 1 | -66/+0 |
| | | | | SVN-Revision: 3971 | ||||
* | clean up handling of the root filesystem mount - remove broadcom specific ↵ | Felix Fietkau | 2006-06-15 | 14 | -46/+309 |
| | | | | | | junk from the generic base-files part SVN-Revision: 3951 | ||||
* | remove libgcc hack | Felix Fietkau | 2006-06-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 3943 | ||||
* | make ramdisk support generic, some cleanups | Felix Fietkau | 2006-06-07 | 2 | -7/+0 |
| | | | | SVN-Revision: 3911 | ||||
* | fix a typo that prevents base-files from being installed | Felix Fietkau | 2006-06-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 3894 | ||||
* | fix base-files version number | Felix Fietkau | 2006-06-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 3888 | ||||
* | kernel package cleanup, move madwifi from target/linux/package/ to package/, ↵ | Felix Fietkau | 2006-05-31 | 1 | -12/+8 |
| | | | | | | update to 0.9.0 SVN-Revision: 3860 | ||||
* | cleanup; change base-files build directory | Felix Fietkau | 2006-05-31 | 1 | -12/+10 |
| | | | | SVN-Revision: 3858 | ||||
* | allow building of kernel-specific stuff in package/ instead of ↵ | Felix Fietkau | 2006-05-31 | 23 | -14/+729 |
| | | | | | | target/linux/package/ and merge target/linux/package/base-files into package/base-files SVN-Revision: 3855 | ||||
* | fix base-files packages build. | Nicolas Thill | 2006-05-31 | 1 | -7/+10 |
| | | | | SVN-Revision: 3852 | ||||
* | convert base-files to new format | Felix Fietkau | 2006-05-30 | 5 | -105/+72 |
| | | | | SVN-Revision: 3849 | ||||
* | remove old Config.in files | Felix Fietkau | 2006-05-30 | 1 | -7/+0 |
| | | | | SVN-Revision: 3845 | ||||
* | resync with kamikaze | Felix Fietkau | 2006-05-30 | 2 | -1/+6 |
| | | | | SVN-Revision: 3844 | ||||
* | more BR2_ / CONFIG_ patches | Mike Baker | 2006-05-15 | 2 | -7/+7 |
| | | | | SVN-Revision: 3784 | ||||
* | add common functions for the new config file format | Felix Fietkau | 2006-05-10 | 1 | -0/+50 |
| | | | | SVN-Revision: 3751 | ||||
* | fix typo in firstboot - /etc/config/* is now a file instead of a symlink | Felix Fietkau | 2006-04-13 | 1 | -4/+4 |
| | | | | SVN-Revision: 3633 | ||||
* | Add support for static routes per interface. You can specify one or more ↵ | Florian Fainelli | 2006-04-13 | 1 | -0/+12 |
| | | | | | | routes, subnets or hosts. Closes #308 for kamikaze SVN-Revision: 3629 | ||||
* | check if vim exist, report bye datenmaulwurf | Waldemar Brodkorb | 2006-04-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 3611 | ||||
* | fix a bug that prevents the wgt634u from initializing the filesystem properly | Mike Baker | 2006-04-08 | 2 | -2/+8 |
| | | | | SVN-Revision: 3601 | ||||
* | fix firewall-related conffiles (moved to the iptables package) | Felix Fietkau | 2006-04-06 | 1 | -1/+0 |
| | | | | SVN-Revision: 3595 | ||||
* | large init script cleanup and merge of whiterussian changes, new dnsmasq ↵ | Felix Fietkau | 2006-04-05 | 25 | -392/+350 |
| | | | | | | config handling SVN-Revision: 3588 | ||||
* | link /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues) | Mike Baker | 2006-03-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 3561 | ||||
* | Correct a few typos | Mike Baker | 2006-02-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 3212 | ||||
* | fixes files from [3112] | Mike Baker | 2006-02-02 | 2 | -6/+4 |
| | | | | SVN-Revision: 3114 |