summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files
Commit message (Collapse)AuthorAgeFilesLines
* fix more instances of '' abuseFelix Fietkau2006-07-304-23/+23
| | | | SVN-Revision: 4326
* rewrite of the network scripts and configurationFelix Fietkau2006-07-3022-499/+314
| | | | SVN-Revision: 4323
* avoid using a reserved word as a variable nameFelix Fietkau2006-07-291-3/+3
| | | | SVN-Revision: 4322
* fix unnamed config sectionsFelix Fietkau2006-07-291-6/+15
| | | | SVN-Revision: 4321
* add support for per-package prereq checks, run global prereq checks before ↵Felix Fietkau2006-07-291-2/+2
| | | | | | (menu-)config SVN-Revision: 4318
* Minor change to firstboot, closes #591Gerry Rozema2006-07-271-1/+1
| | | | SVN-Revision: 4307
* use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.confFelix Fietkau2006-07-252-1/+2
| | | | SVN-Revision: 4282
* sync the sysctls with whiterussian, and tune the conntrack timeoutsImre Kaloz2006-07-171-1/+5
| | | | SVN-Revision: 4133
* cleanup of [4123]Mike Baker2006-07-101-5/+1
| | | | SVN-Revision: 4125
* add a new FORCEREBUILD option to Package/<name> to force a package to be ↵Mike Baker2006-07-101-0/+4
| | | | | | rebuilt each time make is run SVN-Revision: 4123
* move libpthread in since it's part of uclibc, standardize Makefile.Nicolas Thill2006-07-021-24/+40
| | | | SVN-Revision: 4105
* credit where credit is dueMike Baker2006-06-271-0/+6
| | | | SVN-Revision: 4091
* add copyright headers to base-files scripts and config filesFelix Fietkau2006-06-2740-3/+70
| | | | SVN-Revision: 4090
* don't rely on temporary variables in config() as they may get overwritten by ↵Felix Fietkau2006-06-261-5/+3
| | | | | | config_cb() SVN-Revision: 4088
* work around a busybox bugFelix Fietkau2006-06-251-1/+1
| | | | SVN-Revision: 4075
* add a simple /sbin/wifi script with support for the new broadcom driver ↵Felix Fietkau2006-06-252-0/+59
| | | | | | (incomplete, but works) SVN-Revision: 4072
* fixes for common config functionsFelix Fietkau2006-06-251-15/+27
| | | | SVN-Revision: 4071
* nuke jffs2root --move from init scriptsFelix Fietkau2006-06-232-13/+2
| | | | SVN-Revision: 4063
* .pkginfo cleanup #2Mike Baker2006-06-231-0/+3
| | | | SVN-Revision: 4053
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-211-2/+2
| | | | SVN-Revision: 4033
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-211-2/+2
| | | | | | lzma, mkfs.* into toolchain/ SVN-Revision: 4032
* mount /proc earlier in /sbin/mount_rootFelix Fietkau2006-06-202-1/+2
| | | | SVN-Revision: 4022
* add a list append function to functions.shFelix Fietkau2006-06-191-0/+11
| | | | SVN-Revision: 4014
* normalize Makefiles.Nicolas Thill2006-06-181-16/+16
| | | | SVN-Revision: 3998
* add conffiles for base-filesFelix Fietkau2006-06-181-0/+42
| | | | SVN-Revision: 3986
* add missing base-files for rb532Felix Fietkau2006-06-181-0/+5
| | | | SVN-Revision: 3980
* obsolete fileMike Baker2006-06-171-66/+0
| | | | SVN-Revision: 3971
* clean up handling of the root filesystem mount - remove broadcom specific ↵Felix Fietkau2006-06-1514-46/+309
| | | | | | junk from the generic base-files part SVN-Revision: 3951
* remove libgcc hackFelix Fietkau2006-06-131-1/+1
| | | | SVN-Revision: 3943
* make ramdisk support generic, some cleanupsFelix Fietkau2006-06-072-7/+0
| | | | SVN-Revision: 3911
* fix a typo that prevents base-files from being installedFelix Fietkau2006-06-021-2/+2
| | | | SVN-Revision: 3894
* fix base-files version numberFelix Fietkau2006-06-011-0/+1
| | | | SVN-Revision: 3888
* kernel package cleanup, move madwifi from target/linux/package/ to package/, ↵Felix Fietkau2006-05-311-12/+8
| | | | | | update to 0.9.0 SVN-Revision: 3860
* cleanup; change base-files build directoryFelix Fietkau2006-05-311-12/+10
| | | | SVN-Revision: 3858
* allow building of kernel-specific stuff in package/ instead of ↵Felix Fietkau2006-05-3123-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 Thill2006-05-311-7/+10
| | | | SVN-Revision: 3852
* convert base-files to new formatFelix Fietkau2006-05-305-105/+72
| | | | SVN-Revision: 3849
* remove old Config.in filesFelix Fietkau2006-05-301-7/+0
| | | | SVN-Revision: 3845
* resync with kamikazeFelix Fietkau2006-05-302-1/+6
| | | | SVN-Revision: 3844
* more BR2_ / CONFIG_ patchesMike Baker2006-05-152-7/+7
| | | | SVN-Revision: 3784
* add common functions for the new config file formatFelix Fietkau2006-05-101-0/+50
| | | | SVN-Revision: 3751
* fix typo in firstboot - /etc/config/* is now a file instead of a symlinkFelix Fietkau2006-04-131-4/+4
| | | | SVN-Revision: 3633
* Add support for static routes per interface. You can specify one or more ↵Florian Fainelli2006-04-131-0/+12
| | | | | | routes, subnets or hosts. Closes #308 for kamikaze SVN-Revision: 3629
* check if vim exist, report bye datenmaulwurfWaldemar Brodkorb2006-04-101-1/+1
| | | | SVN-Revision: 3611
* fix a bug that prevents the wgt634u from initializing the filesystem properlyMike Baker2006-04-082-2/+8
| | | | SVN-Revision: 3601
* fix firewall-related conffiles (moved to the iptables package)Felix Fietkau2006-04-061-1/+0
| | | | SVN-Revision: 3595
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵Felix Fietkau2006-04-0525-392/+350
| | | | | | config handling SVN-Revision: 3588
* link /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues)Mike Baker2006-03-311-0/+1
| | | | SVN-Revision: 3561
* Correct a few typosMike Baker2006-02-101-1/+1
| | | | SVN-Revision: 3212
* fixes files from [3112]Mike Baker2006-02-022-6/+4
| | | | SVN-Revision: 3114