summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package
Commit message (Collapse)AuthorAgeFilesLines
* add missing target/linux/rules.mk includeNicolas Thill2005-08-182-0/+2
| | | | SVN-Revision: 1696
* enable kmod build when target arch != mipselNicolas Thill2005-08-183-17/+56
| | | | SVN-Revision: 1693
* fix external package buildFelix Fietkau2005-08-153-3/+6
| | | | SVN-Revision: 1682
* do not build lib and util here, enable kmod build when target arch != mipselNicolas Thill2005-08-151-2/+3
| | | | SVN-Revision: 1681
* fix building when target arch != mipsel (arch defaults to mipsel if not set ↵Nicolas Thill2005-08-141-0/+1
| | | | | | when entering linux_dir) SVN-Revision: 1662
* install madwifi headers in staging_dir (needed for hostapd)Nicolas Thill2005-08-141-0/+14
| | | | SVN-Revision: 1658
* add madwifi driver to headFelix Fietkau2005-08-138-0/+103
| | | | SVN-Revision: 1648
* some wificonf and wlcompat cleanups/fixesFelix Fietkau2005-08-131-3/+5
| | | | SVN-Revision: 1631
* add updates from whiterussian to headFelix Fietkau2005-08-131-5/+72
| | | | SVN-Revision: 1626
* fix jffs2root dependency problemFelix Fietkau2005-07-281-1/+1
| | | | SVN-Revision: 1572
* add preliminary support for soekris boardsNicolas Thill2005-07-251-0/+26
| | | | SVN-Revision: 1564
* use correct mac address for lanFelix Fietkau2005-07-251-1/+2
| | | | SVN-Revision: 1562
* fix base-files-arch packageFelix Fietkau2005-07-251-3/+5
| | | | SVN-Revision: 1558
* 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 SVN-Revision: 1540
* move wificonf to target/linux/packageFelix Fietkau2005-07-235-0/+536
| | | | SVN-Revision: 1537
* fix libnvram install into staging dirFelix Fietkau2005-07-221-0/+1
| | | | SVN-Revision: 1527
* fix nvram compileFelix Fietkau2005-07-211-1/+7
| | | | SVN-Revision: 1523
* fix firewall script, add ar7 network if into the bridge by defaultFelix Fietkau2005-07-211-1/+1
| | | | SVN-Revision: 1522
* add config file /etc/config/network, add board-specific network.overrides ↵Felix Fietkau2005-07-216-17/+150
| | | | | | (instead of nvram.overrides) SVN-Revision: 1519
* move nvram,jffs2root,shared libs into target/linux/package and make them ↵Felix Fietkau2005-07-2130-1/+5456
| | | | | | broadcom-specific SVN-Revision: 1517
* a translucent filesystemWaldemar Brodkorb2005-07-205-0/+75
| | | | SVN-Revision: 1510
* fix iwconfig eth1 enc on/offFelix Fietkau2005-07-161-11/+11
| | | | SVN-Revision: 1466
* install externally compiled kernel-specific packages into the ↵Felix Fietkau2005-07-161-0/+1
| | | | | | kernel-specific root SVN-Revision: 1459
* fix some small bugs in wificonf and wlcompatFelix Fietkau2005-07-091-5/+3
| | | | SVN-Revision: 1385
* fix txpower setting in wlcompatFelix Fietkau2005-07-061-3/+5
| | | | SVN-Revision: 1363
* split wlcompat package in HEAD, tooFelix Fietkau2005-06-302-2/+16
| | | | SVN-Revision: 1298
* add board tag to kernel module version and add versioned depend (does not ↵Felix Fietkau2005-06-115-14/+13
| | | | | | work with current ipkg yet) SVN-Revision: 1202
* some fixes for wlcompatFelix Fietkau2005-06-112-30/+45
| | | | SVN-Revision: 1194
* implement SIOCSIWENCODE in wlcompatFelix Fietkau2005-06-101-20/+55
| | | | SVN-Revision: 1191
* read wep keys from the driver's private data instead of the shmem (can get ↵Felix Fietkau2005-06-101-23/+40
| | | | | | key length correctly) SVN-Revision: 1190
* add function for enabling/disabling radio in wlcompatFelix Fietkau2005-06-011-10/+24
| | | | SVN-Revision: 1129
* don't return an error if a part of SIOCSIWMODE fails (fixes wlcompat for ↵Felix Fietkau2005-05-281-12/+5
| | | | | | newer wl driver) SVN-Revision: 1092
* fix wlcompat buildFelix Fietkau2005-05-282-10/+22
| | | | SVN-Revision: 1087
* 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. SVN-Revision: 1085