summaryrefslogtreecommitdiff
path: root/openwrt/target
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add mount_root script to mount root fs (called from /etc/preinit)Felix Fietkau2005-03-232-22/+26
| | | | SVN-Revision: 428
* add experimental package dir to ipkg.confFelix Fietkau2005-03-231-0/+1
| | | | SVN-Revision: 426
* remove link before creation, otherwise rebuild failsWaldemar Brodkorb2005-03-231-81/+0
| | | | SVN-Revision: 420
* allow GRE protocol in default firewall settingsFelix Fietkau2005-03-221-1/+2
| | | | SVN-Revision: 416
* *** empty log message ***Mike Baker2005-03-201-2/+2
| | | | SVN-Revision: 404
* fix version checksMike Baker2005-03-201-8/+9
| | | | SVN-Revision: 403
* please quit breaking thingsMike Baker2005-03-201-0/+165
| | | | SVN-Revision: 398
* add downloading script (with md5sum checking and sourceforge downloading ↵Felix Fietkau2005-03-192-2/+2
| | | | | | support) SVN-Revision: 391
* support for the asus wl-500g deluxe and the buffalo v2 units. dnsmasq ↵Imre Kaloz2005-03-192-0/+28
| | | | | | update, control file fixes. add back other boardtypes to make wl.o happy on other routers SVN-Revision: 390
* s/wait/askfirst/ , this let all zombies die ;). found after longer ↵Waldemar Brodkorb2005-03-141-1/+1
| | | | | | brainstorming with nbd SVN-Revision: 364
* Fix nbd's nasty /var hack.Mike Baker2005-03-091-2/+0
| | | | SVN-Revision: 359
* fix version parsing bug in "ipkg upgrade"Mike Baker2005-03-081-2/+2
| | | | SVN-Revision: 355
* support /etc/modulesMike Baker2005-03-082-2/+3
| | | | SVN-Revision: 352
* enable hotplug fix openssl package enable motorola binariesMike Baker2005-03-071-1/+1
| | | | SVN-Revision: 324
* Allow use of the offline_root optionNicolas Thill2005-03-061-1/+2
| | | | SVN-Revision: 311
* nbd's makefile/menuconfig rewriteMike Baker2005-03-0621-98/+827
| | | | SVN-Revision: 307
* last minute bugfixesMike Baker2005-03-042-4/+11
| | | | SVN-Revision: 305
* cleanupMike Baker2005-03-042-13/+4
| | | | SVN-Revision: 304
* fix the jffs2 build for separate 4M/8M imagesMike Baker2005-03-044-15/+25
| | | | SVN-Revision: 303
* target/jffs2/blocksize.mk for setting block size (req. for wrt54g) squashfs ↵Mike Baker2005-03-037-62/+6
| | | | | | removed in favor of squashfs-lzma SVN-Revision: 301
* bugfixMike Baker2005-03-011-2/+2
| | | | SVN-Revision: 297
* bugfixesMike Baker2005-02-282-8/+10
| | | | SVN-Revision: 296
* bugfixMike Baker2005-02-263-5/+3
| | | | SVN-Revision: 294
* Allow firstboot to mount /dev/mtdblock/4 on /jffs when root fs is squashfsNicolas Thill2005-02-252-0/+2
| | | | SVN-Revision: 293
* I do not believe that users will cleanup kernelsource, when switching ↵Waldemar Brodkorb2005-02-231-2/+0
| | | | | | rootfs. force it with scripts and Makefile changes from Felix Fietkau <nbd@vd-s.ath.cx> SVN-Revision: 290
* zlib off by default, special targets off at the moment, because not used.Waldemar Brodkorb2005-02-231-1/+0
| | | | SVN-Revision: 284
* remove DIST and add EXTRAVERSION, discussed with mbm. fixed dirclean target ↵Waldemar Brodkorb2005-02-211-10/+14
| | | | | | for linksys-stuff SVN-Revision: 279
* deal with jffs2 transitionMike Baker2005-02-211-8/+8
| | | | SVN-Revision: 278
* jffs2 root supportMike Baker2005-02-211-1/+6
| | | | SVN-Revision: 276
* remove unneeded Makefile.inWaldemar Brodkorb2005-02-193-12/+0
| | | | SVN-Revision: 274
* demistifying make *clean targets, fix some clean targets issuesWaldemar Brodkorb2005-02-191-7/+10
| | | | SVN-Revision: 272