diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc5.bb | 2 | ||||
-rw-r--r-- | packages/linux/openslug-kernel_2.6.14-rc5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc5.bb b/packages/linux/nslu2-kernel_2.6.14-rc5.bb index d6979446c0..6bb04a1010 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc5.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc5.bb @@ -3,7 +3,7 @@ # Increment PR_CONFIG for changes to the nslu2-kernel specific # defconfig (do *NOT* increment anything in here for changes # to other kernel configs!) -PR_CONFIG = "0" +PR_CONFIG = "1" # # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches diff --git a/packages/linux/openslug-kernel_2.6.14-rc5.bb b/packages/linux/openslug-kernel_2.6.14-rc5.bb index b30d767916..36010dd40e 100644 --- a/packages/linux/openslug-kernel_2.6.14-rc5.bb +++ b/packages/linux/openslug-kernel_2.6.14-rc5.bb @@ -5,4 +5,4 @@ include nslu2-kernel_${PV}.bb # Increment the following if the openslug-kernel defconfig is # changed. -PR_CONFIG = "0" +PR_CONFIG = "1" |