Thanks for all your work and effort
Issues i have collected so far:
- The slow ui bug is still there. But i dunno what caused it.
- When changing QoS rules i have to reboot the router to regain internet acces
- When chaning Qos Rules sometimes the Percent Values change to %NaN (i cant remember exactly) but it this happens only in rare cases. Sometimes the window to edit rules is also empty (I think it has to do with the slow ui).
Did you looked at the profiles from openwrt for the routers?
WRT1200AC uses some different kernel modules.
Code: Select all
define Profile/Caiman
NAME:=Linksys WRT1200AC (Caiman)
PACKAGES:= \
kmod-usb2 kmod-usb3 kmod-usb-storage \
kmod-i2c-core kmod-i2c-mv64xxx \
kmod-ata-core kmod-ata-mvebu-ahci \
kmod-rtc-armada38x kmod-thermal-armada \
kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
kmod-leds-pca963x \
kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
swconfig
endef
define Profile/Caiman/Description
Package set compatible with the Linksys WRT1200AC (Caiman).
endef
$(eval $(call Profile,Caiman))
define Profile/Cobra
NAME:=Linksys WRT1900ACv2 (Cobra)
PACKAGES:= \
kmod-usb2 kmod-usb3 kmod-usb-storage \
kmod-i2c-core kmod-i2c-mv64xxx \
kmod-ata-core kmod-ata-mvebu-ahci \
kmod-rtc-armada38x kmod-thermal-armada \
kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
kmod-leds-pca963x \
kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
swconfig
endef
define Profile/Cobra/Description
Package set compatible with the Linksys WRT1900AC (Cobra).
endef
$(eval $(call Profile,Cobra))
define Profile/Mamba
NAME:=Linksys WRT1900AC (Mamba)
PACKAGES:= \
kmod-usb2 kmod-usb3 kmod-usb-storage \
kmod-i2c-core kmod-i2c-mv64xxx \
kmod-ata-core kmod-ata-marvell-sata \
kmod-rtc-marvell kmod-thermal-armada \
kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
kmod-hwmon-pwmfan kmod-leds-tlc59116 \
kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
swconfig
endef
I also have some more generic question. What does your wan mac show on the original linksys firmware?
It shows 00:00:00:00:00:00 for me. Even on openwrt it is 00...
Only gargoyle shows the wan mac as the same as the lan mac.
Thank you
