aboutsummaryrefslogtreecommitdiffstats
path: root/package/mtd
Commit message (Expand)AuthorAgeFilesLines
* add support for appending a file to jffs2 during reflash on the flyFelix Fietkau2008-08-084-59/+110
* move package description to a separate definition, remove it when DESCRIPTION...Nicolas Thill2007-09-071-3/+5
* add sysupgrade script for config preserving system upgrades. only implemented...Felix Fietkau2007-08-212-3/+6
* oops. forgot one fileFelix Fietkau2007-08-201-0/+14
* cleanup mtd, implement jffs2write - one step closer to config preserving syst...Felix Fietkau2007-08-208-135/+810
* add 'mtd refresh' commandFelix Fietkau2007-08-192-1/+33
* Add a "Rebooting ..." message to the mtd utilMike Baker2007-05-101-1/+2
* change handling of non-trx filesMike Baker2007-04-101-13/+2
* fallback when devfs names aren't foundMike Baker2007-03-091-1/+6
* add reboot fix for mtd (thanks, wbx)Felix Fietkau2006-11-262-5/+9
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-2/+2
* implement target profiles in menuconfigFelix Fietkau2006-11-121-1/+0
* fix mtd compileFelix Fietkau2006-11-123-2/+306
* ignore mtd erase errors (will probably be required for nand flash)Felix Fietkau-93/+124
* more cosmetic makefile fixesFelix Fietkau2005-11-071-1/+4
* reorganize/rationalize/format package menuconfig, Nicolas Thill2005-11-051-5/+8
* remove Maintainer: and Source: from packagesFelix Fietkau2005-10-212-4/+0
* sync with whiterussianWaldemar Brodkorb2005-09-143-4/+23
* revert my changes. didn't workWaldemar Brodkorb2005-09-042-9/+1
* link to specific header, just to be safeWaldemar Brodkorb2005-09-042-1/+9
* add some info that it should always be usedWaldemar Brodkorb2005-09-031-2/+3
* add -f option to skip trx checkWaldemar Brodkorb2005-08-311-21/+28
* fix typo in mtd packageFelix Fietkau2005-07-211-1/+1
* everything is a package. so is mtd nowWaldemar Brodkorb2005-07-214-0/+408
compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "u-boot"; reg = <0x0 0x30000>; read-only; }; partition@30000 { label = "u-boot-env"; reg = <0x30000 0x10000>; read-only; }; factory: partition@40000 { label = "factory"; reg = <0x40000 0x10000>; read-only; }; partition@50000 { compatible = "denx,uimage"; label = "firmware"; reg = <0x50000 0x3b0000>; }; }; }; }; &gpio1 { status = "okay"; }; &pinctrl { state_default: pinctrl0 { gpio { ralink,group = "i2c", "jtag", "uartf", "led"; ralink,function = "gpio"; }; }; }; &ethernet { mtd-mac-address = <&factory 0x4>; }; &esw { mediatek,portmap = <0x2f>; }; &wmac { ralink,mtd-eeprom = <&factory 0>; ralink,led-polarity = <1>; }; &ehci { status = "okay"; }; &ohci { status = "okay"; };