aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/sbin
Commit message (Collapse)AuthorAgeFilesLines
* ramips: add support for mqmaker witi 512mb versionDavide Ammirata2018-05-071-1/+2
| | | | | | | | | | | | Splitted out the dts file and create the new dts for the 256 MByte RAM and the 512 MB RAM version. Migrate both versions to the common board detection. The install the 512 MByte Version on a board running the 256 MByte image, a forceful sysupgrade with the -F flag is required. Signed-off-by: Davide Ammirata <list@davidea.it>
* treewide: use the generic board_name functionMathias Kresin2017-07-151-2/+1
| | | | | | Use the generic function instead ot the target specific ones. Signed-off-by: Mathias Kresin <dev@kresin.me>
* ramips: fixup-mac-address: add missing includeJo-Philipp Wich2017-05-111-0/+1
| | | | | | | | | Add missing include of ramips.sh in order to import the missing ramips_board_name() procedure. Fixes FS#774. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* ramips: use different board names for variantsMathias Kresin2016-12-241-1/+2
| | | | | | | | | | | | Use different names for flash size related board variants, to make sure that only images for the actual flash size are considered as valid by the image validation code. Remove the flash size suffix from the string returned by ramips_board_detect() to ensure that existing scripts relying on the former used boardname are still working. Signed-off-by: Mathias Kresin <dev@kresin.me>
* ramips: add a script to fix up the broken mac address on the witi boardFelix Fietkau2016-01-011-0/+79
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48027