Skip to content

Commit

Permalink
Fix first boot on azbox boxes ( Me and hd (elite/premium et all ) )
Browse files Browse the repository at this point in the history
  • Loading branch information
dr_gogeta86 committed Mar 20, 2012
1 parent afcddce commit f5301ae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/machine/azboxhd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ PREFERRED_VERSION_linux-libc-headers = "2.6.22"
PREFERRED_VERSION_wpa-supplicant = "0.4.9"
PREFERRED_VERSION_madwifi-ng = "r3314-20080131"
PREFERRED_VERSION_jpeg = "6b"
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt files/device_table_add-azboxhd.txt"


#take care when you do changes on MACHINE_ESSENTIAL_EXTRA_RDEPENDS/RRECOMMENDS you have to increment the recipes/tasks/task-boot.bb PR

Expand Down
1 change: 1 addition & 0 deletions conf/machine/azboxme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PREFERRED_VERSION_linux-libc-headers = "2.6.22"
PREFERRED_VERSION_wpa-supplicant = "0.4.9"
PREFERRED_VERSION_madwifi-ng = "r3314-20080131"
PREFERRED_VERSION_jpeg = "6b"
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt files/device_table_add-azboxme.txt"


#take care when you do changes on MACHINE_ESSENTIAL_EXTRA_RDEPENDS/RRECOMMENDS you have to increment the recipes/tasks/task-boot.bb PR
Expand Down
8 changes: 8 additions & 0 deletions files/device_table_add-azboxhd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Azbox Stuff

/dev/sci0 c 755 0 0 253 0 - - -
/dev/frameyuv c 755 0 0 60 0 - - -
/dev/misc d 755 0 0 - - - - -
/dev/misc/pvr c 755 0 0 70 0 - - -
/dev/rfmod0 c 755 0 0 71 0 - - -

7 changes: 7 additions & 0 deletions files/device_table_add-azboxme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Azbox Stuff

/dev/sci0 c 755 0 0 252 0 - - -
/dev/frameyuv c 755 0 0 60 0 - - -
/dev/misc d 755 0 0 - - - - -
/dev/misc/pvr c 755 0 0 70 0 - - -

0 comments on commit f5301ae

Please sign in to comment.