diff options
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14.3.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14.3.bb b/packages/linux/nslu2-kernel_2.6.14.3.bb index 71282bbea2..3868757ffb 100644 --- a/packages/linux/nslu2-kernel_2.6.14.3.bb +++ b/packages/linux/nslu2-kernel_2.6.14.3.bb @@ -8,7 +8,7 @@ PR_CONFIG = "0" # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r1.${PR_CONFIG}" +PR = "r2.${PR_CONFIG}" include nslu2-kernel.inc @@ -31,6 +31,7 @@ N2K_PATCHES = "\ file://90-pegasus.patch;patch=1 \ file://20-timer.patch;patch=1 \ file://91-maclist.patch;patch=1 \ + file://92-nslu2-maclist.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |