Opened 7 years ago
Last modified 4 years ago
#8729 accepted enhancement
Leds, button and board id for WNR854T
| Reported by: | Tanguy Pruvot <tanguy.pruvot@…> | Owned by: | kaloz |
|---|---|---|---|
| Priority: | normal | Milestone: | Barrier Breaker 14.07 |
| Component: | kernel | Version: | Trunk |
| Keywords: | wnr854t | Cc: |
Description
unified patch for WNR854T leds, ticket #8160
Attachments (19)
Change History (27)
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
target/linux/orion/generic/base-files/etc/uci-defaults
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
fixed uci default hardware file (mac address was bad)
comment:1 Changed 7 years ago by Nilfred <nilfred@…>
Psss, here we are. Please join us.
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
hmm patch file had bad format... here is the final file...
comment:2 Changed 7 years ago by kaloz
- Milestone changed from Kamikaze Features Paradise to Attitude Adjustment (trunk)
- Owner changed from developers to kaloz
- Status changed from new to accepted
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
Updated Setup to handle IRQ on reset button without gpio_keys module (both modes)
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
In fact uboot command line is a normal kernel tag, but ignored by CONFIG_CMDLINE_FORCE
Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
fixed variable declaration warnings in alternative #if defined(CONFIG_KEYBOARD_GPIO)
comment:3 Changed 7 years ago by Tanguy Pruvot <tanguy.pruvot@…>
test release : http://tanguy.wdscript.fr/?q=wnr854t
comment:4 Changed 7 years ago by tanguy.pruvot@…
Patch (tested on r26963, kernel 2.6.37.6) :
http://tanguy.tk/?q=system/files/102-wnr854t_leds_and_resetbutton.patch
just add this in target/linux/orion/patches
comment:5 Changed 6 years ago by anonymous
will you continue to ignore this patch ?
comment:6 follow-up: ↓ 7 Changed 6 years ago by Nilfred <nilfred@…>
dmesg | grep leds
leds-gpio: probe of leds-gpio failed with error -22
This is my setup:
echo "CONFIG_TARGET_orion=y CONFIG_PACKAGE_luci=y CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-qos=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-i18n-spanish=y CONFIG_PACKAGE_kmod-fs-cifs=y CONFIG_PACKAGE_kmod-nls-utf8=y # CONFIG_PACKAGE_kmod-ath is not set # CONFIG_PACKAGE_kmod-ath9k is not set # CONFIG_PACKAGE_kmod-ath9k-common is not set CONFIG_PACKAGE_kmod-mwl8k=y CONFIG_PACKAGE_kmod-leds-gpio=y CONFIG_PACKAGE_kmod-ledtrig-netdev=y CONFIG_PACKAGE_kmod-ledtrig-netfilter=y CONFIG_PACKAGE_kmod-button-hotplug=y CONFIG_PACKAGE_kmod-input-core=y CONFIG_PACKAGE_kmod-input-gpio-buttons=y CONFIG_PACKAGE_kmod-input-gpio-keys=y CONFIG_PACKAGE_libopenssl=y CONFIG_OPENSSL_ENGINE=y CONFIG_PACKAGE_prosody=y CONFIG_PACKAGE_unrar=y" > .config make defconfig make world cp ../../patches/102-wnr854t_leds_and_resetbutton.patch target/linux/orion/patches make target/linux/clean make world
Could I have a "svn status" and "svn diff" dump of your setup? Still orange leds @ r29473
Changed 6 years ago by Tanguy Pruvot
full file... the last patch is bad (initdata for leds removed and add sw blink)
comment:7 in reply to: ↑ 6 Changed 6 years ago by Tanguy Pruvot
Replying to Nilfred <nilfred@…>:
dmesg | grep leds
leds-gpio: probe of leds-gpio failed with error -22This is my setup:
echo "CONFIG_TARGET_orion=y CONFIG_PACKAGE_luci=y CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-qos=y CONFIG_PACKAGE_luci-app-vnstat=y CONFIG_PACKAGE_luci-app-wol=y CONFIG_PACKAGE_luci-i18n-spanish=y CONFIG_PACKAGE_kmod-fs-cifs=y CONFIG_PACKAGE_kmod-nls-utf8=y # CONFIG_PACKAGE_kmod-ath is not set # CONFIG_PACKAGE_kmod-ath9k is not set # CONFIG_PACKAGE_kmod-ath9k-common is not set CONFIG_PACKAGE_kmod-mwl8k=y CONFIG_PACKAGE_kmod-leds-gpio=y CONFIG_PACKAGE_kmod-ledtrig-netdev=y CONFIG_PACKAGE_kmod-ledtrig-netfilter=y CONFIG_PACKAGE_kmod-button-hotplug=y CONFIG_PACKAGE_kmod-input-core=y CONFIG_PACKAGE_kmod-input-gpio-buttons=y CONFIG_PACKAGE_kmod-input-gpio-keys=y CONFIG_PACKAGE_libopenssl=y CONFIG_OPENSSL_ENGINE=y CONFIG_PACKAGE_prosody=y CONFIG_PACKAGE_unrar=y" > .config make defconfig make world cp ../../patches/102-wnr854t_leds_and_resetbutton.patch target/linux/orion/patches make target/linux/clean make worldCould I have a "svn status" and "svn diff" dump of your setup? Still orange leds @ r29473
see patch 000-upstream-fix-mpp9.patch
comment:8 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted

Updated Orion Makefile