aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package
Commit message (Collapse)AuthorAgeFilesLines
* move wificonf and nvram stuff back to package/, remove build_mipsel/root, ↵Felix Fietkau2005-07-2419-2546/+9
| | | | | | run install part of package/ for every board/kernel - fixes dependency mess git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move wificonf to target/linux/packageFelix Fietkau2005-07-235-0/+536
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix libnvram install into staging dirFelix Fietkau2005-07-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix nvram compileFelix Fietkau2005-07-211-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix firewall script, add ar7 network if into the bridge by defaultFelix Fietkau2005-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add config file /etc/config/network, add board-specific network.overrides ↵Felix Fietkau2005-07-216-17/+150
| | | | | | (instead of nvram.overrides) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move nvram,jffs2root,shared libs into target/linux/package and make them ↵Felix Fietkau2005-07-2130-1/+5456
| | | | | | broadcom-specific git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* a translucent filesystemWaldemar Brodkorb2005-07-205-0/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix iwconfig eth1 enc on/offFelix Fietkau2005-07-161-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install externally compiled kernel-specific packages into the ↵Felix Fietkau2005-07-161-0/+1
| | | | | | kernel-specific root git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix some small bugs in wificonf and wlcompatFelix Fietkau2005-07-091-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix txpower setting in wlcompatFelix Fietkau2005-07-061-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split wlcompat package in HEAD, tooFelix Fietkau2005-06-302-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add board tag to kernel module version and add versioned depend (does not ↵Felix Fietkau2005-06-115-14/+13
| | | | | | work with current ipkg yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some fixes for wlcompatFelix Fietkau2005-06-112-30/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement SIOCSIWENCODE in wlcompatFelix Fietkau2005-06-101-20/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* read wep keys from the driver's private data instead of the shmem (can get ↵Felix Fietkau2005-06-101-23/+40
| | | | | | key length correctly) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add function for enabling/disabling radio in wlcompatFelix Fietkau2005-06-011-10/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't return an error if a part of SIOCSIWMODE fails (fixes wlcompat for ↵Felix Fietkau2005-05-281-12/+5
| | | | | | newer wl driver) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wlcompat buildFelix Fietkau2005-05-282-10/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-2818-0/+1336
building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73