Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from riptidewave93/staging
Browse files Browse the repository at this point in the history
Update to r47244
  • Loading branch information
riptidewave93 committed Oct 22, 2015
2 parents 0ca8a80 + 585d954 commit fa2a53a
Show file tree
Hide file tree
Showing 9 changed files with 216 additions and 146 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Bringup repo for the Cisco Meraki MR18 on OpenWRT!

Code is based on revision http://git.openwrt.org/?p=openwrt.git;a=commit;h=dfa904f762846dc0e9d46119490d2466c4b95b60
Code is based on revision http://git.openwrt.org/?p=openwrt.git;a=commit;h=19cc7583f050ea411e30b0bf203a8801e5ee45ae

Building
-----
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ ! -d $clonedir ]; then
Msg "Cloning Repo..."
git clone git://git.openwrt.org/openwrt.git $clonedir
cd $clonedir
git reset --hard dfa904f762846dc0e9d46119490d2466c4b95b60
git reset --hard 19cc7583f050ea411e30b0bf203a8801e5ee45ae
cd - > /dev/null
fi

Expand Down
27 changes: 0 additions & 27 deletions overlay/package/base-files/files/etc/rc.button/reset

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ath9k_patch_firmware_mac() {

[ -e /lib/firmware/$FIRMWARE ] && exit 0


. /lib/ar71xx.sh
. /lib/functions.sh
. /lib/functions/system.sh
Expand Down
3 changes: 3 additions & 0 deletions overlay/target/linux/ar71xx/base-files/lib/ar71xx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,9 @@ ar71xx_board_detect() {
*"UniFi AP Pro")
name="uap-pro"
;;
"WeIO"*)
name="weio"
;;
*WHR-G301N)
name="whr-g301n"
;;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ merakinand_copy_caldata() {
}

# Dest is UBI
# To:Do possibly add create (hard to do when rootfs_data is expanded & mounted)
# TODO: possibly add create (hard to do when rootfs_data is expanded & mounted)
# Would need to be done from ramdisk
mtd_dst="$(nand_find_volume $ubidev $cal_dst)"
[ -n "$mtd_dst" ] || {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ platform_check_image() {
nbg460n_550n_550nh | \
unifi | \
unifi-outdoor | \
carambola2 )
carambola2 | \
weio )
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1
Expand Down Expand Up @@ -488,7 +489,7 @@ platform_pre_upgrade() {
wndr4300 )
nand_do_upgrade "$1"
;;
mr18 )
mr18)
merakinand_do_upgrade "$1"
;;
esac
Expand Down
1 change: 1 addition & 0 deletions overlay/target/linux/ar71xx/config-4.1
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ CONFIG_ATH79_MACH_TL_WR941ND=y
CONFIG_ATH79_MACH_TUBE2H=y
CONFIG_ATH79_MACH_UBNT=y
CONFIG_ATH79_MACH_UBNT_XM=y
CONFIG_ATH79_MACH_WEIO=y
CONFIG_ATH79_MACH_WHR_HP_G300N=y
CONFIG_ATH79_MACH_WLAE_AG300N=y
CONFIG_ATH79_MACH_WLR8100=y
Expand Down
Loading

0 comments on commit fa2a53a

Please sign in to comment.