mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
* rewrite mkcsysimg to use an align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9490 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -5,8 +5,16 @@
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/BR6104K
|
||||
NAME:=Edimax BR-6104K (Unofficial)
|
||||
endef
|
||||
|
||||
define Profile/BR6104K/Description
|
||||
Package set optimized for the Edimax BR-6104K
|
||||
endef
|
||||
|
||||
define Profile/BR6104KP
|
||||
NAME:=Edimax BR-6104KP
|
||||
NAME:=Edimax BR-6104KP (Unofficial)
|
||||
PACKAGES:=kmod-usb-core kmod-usb-adm5120
|
||||
endef
|
||||
|
||||
@@ -14,4 +22,5 @@ define Profile/BR6104KP/Description
|
||||
Package set optimized for the Edimax BR-6104KP
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,BR6104K))
|
||||
$(eval $(call Profile,BR6104KP))
|
||||
|
||||
Reference in New Issue
Block a user