mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:52:28 +02:00
[backfire] merge r23043
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23044 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f585bca1b4
commit
5eec75291a
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=broadcom-diag
|
PKG_NAME:=broadcom-diag
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=7.1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -767,8 +767,7 @@ static struct platform_t __initdata platforms[] = {
|
|||||||
[STI_NAS] = {
|
[STI_NAS] = {
|
||||||
.name = "SimpleTech SimpleShare NAS",
|
.name = "SimpleTech SimpleShare NAS",
|
||||||
.buttons = {
|
.buttons = {
|
||||||
{ .name = "reset", .gpio = 1 << 7 }, // on back, hardwired, always resets device regardless OS state
|
{ .name = "reset", .gpio = 1 << 0 }, // Power button on back, named reset to enable failsafe.
|
||||||
{ .name = "power", .gpio = 1 << 0 }, // on back
|
|
||||||
},
|
},
|
||||||
.leds = {
|
.leds = {
|
||||||
{ .name = "diag", .gpio = 1 << 1, .polarity = REVERSE }, // actual name ready
|
{ .name = "diag", .gpio = 1 << 1, .polarity = REVERSE }, // actual name ready
|
||||||
|
Loading…
Reference in New Issue
Block a user